posted Dec 20, 2011, 11:13 AM by Unknown user
[
updated Jul 9, 2015, 9:01 AM by Kevin Cassidy
]
In the event of the SubVersion server getting rebooted, the following 2 steps must be performed to restore access to our repository:
- sudo mount /dev/sdf /mnt/svn
- sudo mount /dev/sdg /mnt/deploy
- sudo service httpd restart
- The server address is ec2-user@source.quandis.com (SSH on port 22)
-
To specify the private key for authentication:
- Along the left side of putty, expand the Connection settings
- Expand the SSH
- Choose Auth
- Browse to the private key (See Eric, Kevin, or Travis for a copy of our private key)
- Save your settings
- Click on the Session option under Category
- Enter a name under the Saved Sessions label
- Click Save
- Connect
|
|