Steps involved in Deploying the code
On Application Server
Login to Primary application server with application service account (usually - expprodl/expdev01)
We use capistrano for deployment and the script is located in as mentioned below;
/home/expprodl/crossbow/
runcap.sh is the main interactive script
config folder contains the actual capistrano script for deployment
deploy folder inside config folder contains environment variables (be sure to modify the staging/development/production.rb file before continuing)
Run the initial script using ./runcap.sh
select the evironment Staging or Production and continue
The menu is self explanatory.
-
Collaboration/Meeting Server
Once code is deployed on both the application servers update the collaboration servers with latest version of compatible recorder server.
login as expbbbp/expbbbu
Navigate to /home/expbbbp/bin/
-
-
Post Deployment