This tool enables scientists to store the protocol steps used for their experiments, in a collaborative way.
The tool is made with Django (version 1.8.7), a Python web framework. You should preferably have a basic understanding of Django to deploy the tool and make additions or changes.
- Clone the repository
- Install Python and the Python libraries from "Requirements.txt"
- Add a file "secret_key.txt" to the "main\" folder, containing an unique key
- Add a file "emailpass.txt" to the "main\" folder, containing the email password of the email server used to send notification emails to users of the tool (this is currently switchon.vwsl@gmail.com)