| | 25 | |
| | 26 | === Start Web Apps === |
| | 27 | Use Putty to start a Secure Shell to web server at `192.168.251.46`. |
| | 28 | |
| | 29 | From the `/web` folder run: `python webapps/unifiedlogger.zip` |
| | 30 | |
| | 31 | Observe console message: `Unified Logging Service v? starting from /web` |
| | 32 | |
| | 33 | Start a web browser (ideally on a separate workstation). |
| | 34 | |
| | 35 | Start CPTMS: In the address bar enter "[http://web.tmcsim/cptms http://webapps.tmcsim/cptms]". A google map should appear with green dots. |
| | 36 | |
| | 37 | Start EInotebook: In the address bar enter "[http://web.tmcsim/einotebook webapps.tmcsim/einotebook]". The four tabs of the Electronic Instructor Notebook should appear, with the clock displaying the simulation time. |
| | 38 | |
| | 39 | Start Unified Log Monitor: In the address bar enter "[http://web.tmcsim/einotebook webapps.tmcsim/unifiedlogmonitor.html]". A display of any active CMS messages should appear on a dark blue background. Confirm correct functioning by entering a CMS message in CPTMS and entering a CAD comment in the CAD Client. They should appear with the correct simulation time stamp. |
| | 40 | |
| | 41 | Optionally, on the PC in the corner, open the CMS monitor in a web browser: "[http://web.tmcsim/cmsmonitor webapps.tmcsim/cmsmonitor]" |
| | 42 | |
| | 43 | ---- |
| | 44 | Notes for Apache configuration |
| | 45 | |
| | 46 | * Adjust file path for writing messages in `saveCMSmessage.py` and `saveHARmessage.py`: Will need "`../`" at start of "`dynamicdata...`". |
| | 47 | * Verify Apache can run python |
| | 48 | * Verify Apache is configured properly for running cgi's from cgi-bin. |
| | 49 | |
| | 50 | |
| 40 | | === Start Web Apps === |
| 41 | | Start a web browser (ideally on a separate workstation). |
| 42 | | |
| 43 | | Start CPTMS: In the address bar enter "http://web.tmcsim/cptms". A google map should appear with green dots. |
| 44 | | |
| 45 | | Start EInotebook: In the address bar enter "[http://web.tmcsim/einotebook]". The four tabs of the Electronic Instructor Notebook should appear, with the clock displaying the simulation time. |
| 46 | | |
| 47 | | Optionally, open the CMS monitor in a web browser: "[http://web.tmcsim/cmsmonitor]" |
| 48 | | |
| 49 | | ---- |
| 50 | | Notes for Apache configuration |
| 51 | | |
| 52 | | * Verify Apache can run python |
| 53 | | * Verify Apache is configured properly for running cgi's from cgi-bin. |
| 54 | | * Adjust file path for writing messages in saveCMSmessage.py and saveHARmessage.py: May need "../" at start of "dynamicdata...". |
| 55 | | |
| 56 | | ---- |
| | 66 | == OBSOLETE == |