Changes between Version 18 and Version 19 of OpenSpecimen HowTo Install


Ignore:
Timestamp:
01/18/16 11:16:46 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Install

    v18 v19  
    121121}}}
    122122
     123== New Process
     124
     1251. Unzip Zip file
     1262. Run install.sh
     1273. `sudo  -u wwwrun ./first_run_open_specimen.sh`
     1284. Check for process still running `ps -ef|grep cat`
     1295. If the process is still running, kill it using `sudo -u wwwrun kill {process id}`
     1306. `sudo  -u wwwrun ./run_open_specimen.sh`
     1317. Check it starts by running `tail -f app/logs/catalina.out`
    123132
    124133[[BackLinks]]