*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- check out svn copies on your machine
- edit/whatever the copies
- check in changes
Moving sites between machines
- You need to have ssh keys set up so you can get to the other machine without a password prompt
- one easy way to do this is set up the drush command 'pushkey'
- read all about it: https://www.drupal.org/project/drush_extras
- ccooddee
- install it in your user's drush
- log in to victoria02
drush dl drush_extras
use it
- log in to victoria02
- drush pushkey nid123@victoria01.library.cornell.edu
- prompts for password on victoria01 one time
- now try
- ssh nid123@victoria01.library.cornell.edu
- no password prompt, right?
How to move from production to test
...