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!