Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Syncing Code to Production (Live) Server

Code cannot be synced directly from the repository to the production server. Code must first be synced from the repository to the Staging Server. Only then can code be synced from the Staging Server to the Production Server. The sync script uses the linux command, 'rsync', to sync code from Staging to Production.

Follow the steps below to synchronize code from the Staging Server to the Production Server:

  1. Access the web-based sync scripts by going to http://repository.leadliaison.com/. You'll need your Subversion (SVN) credentials to access the site.
  2. Select the 'leadliaison/' folder.
  3. Select the '03-rsync-to-production-leadliaison.php' script.
  4. Hit the 'GO' button.

Done!

  • No labels