Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
courses:cs335:spring2019:chemtutor:graphdocumentation [2019/05/16 18:15] – mizer | courses:cs335:spring2019:chemtutor:graphdocumentation [2019/05/18 16:59] (current) – surranc | ||
---|---|---|---|
Line 8: | Line 8: | ||
**Installation** | **Installation** | ||
+ | |||
+ | In order to utilize the graphing module the user must simply log into the chemtutor website and then click on the graphing module. In order for administrators to modify the module, they will need to follow the directions outlined in the chemtutor GitHub page to get the project up and running on their own computer. The administrator will then need to run the web application as a tomcat 8.5 server. In eclipse, this is done by right clicking the project folder and selecting run as -> server. The administrator will then need to spin up the python server. If eclipse has a python plugin installed, this can be accomplished by right clicking on the problemset_server.py file and selecting run as -> run on server. This can also be accomplished by navigating to the file in the terminal and typing python3 problemset_server.py. The user can then modify and test the project. | ||
**Configuration** | **Configuration** | ||
- | **Running | + | In order to modify |
+ | **Running the Application** | ||
+ | Once changes have been made and the administrator is happy with the functionality/ |