BioinformaticsRepos / CategoryCompare-WebApp-Application

The web-based version of CategoryCompare.
0 stars 0 forks source link

Services related to the web app should be set up as daemons #14

Open dneelyep opened 9 years ago

dneelyep commented 9 years ago

Currently, the user has to manually run start-server.sh to start the rails and R servers.

Ideally, these servers should start automatically when the system boots. The administrator should also be able to stop/restart the service by saying "Stop the CC web app service", and have Rserve, rails, etc close.

dneelyep commented 9 years ago

A smoother way to do part of this would be to set up phusion passenger in apache to serve the app, rather than start the rails dev server.