Skip to content

switchonproject/sip-html5-protocol-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sip-html5-protocol-tool

SIP HTML5 Protocol Tool


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.

Installation instructions:

  • 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)