Changes between Version 18 and Version 19 of OpenSpecimen HowTo Install
- Timestamp:
- 01/18/16 11:16:46 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSpecimen HowTo Install
v18 v19 121 121 }}} 122 122 123 == New Process 124 125 1. Unzip Zip file 126 2. Run install.sh 127 3. `sudo -u wwwrun ./first_run_open_specimen.sh` 128 4. Check for process still running `ps -ef|grep cat` 129 5. If the process is still running, kill it using `sudo -u wwwrun kill {process id}` 130 6. `sudo -u wwwrun ./run_open_specimen.sh` 131 7. Check it starts by running `tail -f app/logs/catalina.out` 123 132 124 133 [[BackLinks]]