Skip to content

Deploy Web Application

LisaMc edited this page Sep 20, 2015 · 1 revision

To run a given configuration file and host the server, call the make command from that local module directory. Examples linking to these calls also exist within the master makefile of the main Oncoscape directory

>make oncoApp7777

This calls oncoApp7777, kills the currently running server, changes directory to the local modules, and runs the local make command to launch the process:

- kill `ps aux | grep runOncoscapeApp-7777 | grep -v grep | awk '{print $$2}'` 
(cd oncoDev14/Oncoscape/inst/scripts/apps/oncoscape/; make local;)
Clone this wiki locally