35 | | 1. Download the latest release from [[https://svn.rcs.le.ac.uk/LCBRU/utilities/OpenSpecimen/trunk/|LCBRU OpenSpecimen Repository]] |
36 | | 1. `cd /local` |
37 | | 1. Unzip the release `unzip openSpecimen_v2_4.zip` |
38 | | 1. `cd openSpecimen_v2_4` |
39 | | 2. Run install.sh |
40 | | 3. `sudo -u wwwrun ./first_run_open_specimen.sh` |
41 | | 4. Check for process still running `ps -ef|grep cat` |
42 | | 5. If the process is still running, kill it using `sudo -u wwwrun kill {process id}` |
43 | | 6. `sudo -u wwwrun ./run_open_specimen.sh` |
44 | | 7. Check it starts by running `tail -f app/logs/catalina.out` |
| 35 | 1. Log onto the appropriate LAMP server. |
| 36 | 2. `cd /local` |
| 37 | 3. Download this repository using the command `svn export https://svn.rcs.le.ac.uk/LCBRU/utilities/OpenSpecimen/trunk/v3.2/` |
| 38 | 4. `cd v3.2` |
| 39 | 5. Backup the database. |
| 40 | 6. Run the command `./doInstall.sh` |
| 41 | 7. If the process is still running, kill it using `sudo -u wwwrun kill {process id}` |
| 42 | 8. `sudo -u wwwrun /local/openspecimen/run_open_specimen.sh` |
| 43 | 9. Check it starts by running `tail -f /local/openspecimen/app/logs/catalina.out` |
| 44 | 10. Check for errors by running `tail -f /local/openspecimen/openspecimen.log` |