====== LRS expertusone sandbox Server ======
==== lrssandbox.expertusone.com ====
Internal IP: 192.241.162.211\\
External IP: 192.241.162.211 \\
Roles: App/Api, Database, Search (Tomcat/Solr) \\
===== Server Access =====
Use the LRS staging Server External IP Address or the Domain Name provided with the LRS staging userid to login to the LRS staging Server.\\ Login is only allowed with authorized ssh keys.
===== Software Components =====
The following components are installed/configured on the LRS staging Application Server
* Web Server: Nginx, Passenger 4.0.4
* Application Programming Language: Ruby 2.1.1 via RVM
* Database: MySQL (5.5.13)
* Search: Apache Solr (4.8.1) and Tomcat (7.0.54)
Local gems installed (via bundle install)
In addition to above, all other software listed in the "Software Components" Section below is installed.
===== Scripts and Processes =====
All scripts and processes need to be ran as LRS staging userid
==== Nginx ====
sudo service nginx [start|stop|restart|status] ## Use one of the 4 options
Starting or restarting Nginx will also restart Rails application
==== MySQL ====
sudo service mysqld [stop|start|restart|status] ## Use one of the 4 options
==== Tomcat/Solr ====
sudo service tomcat7 [stop|start|restart|status] ## Use one of the 4 options
==== Running the deployment scripts *Pending*====