Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Requirements

Anders Markvardsen edited this page Sep 17, 2018 · 19 revisions

Some project requirements are installed with the setup.py commands as you will see in the section on setup. Below is a list of additional external requirements not yet incorporated into the project setup and therefore must be installed manually.

Requirement Node About Available from Notes
Git All Source control git
Python 2.7 All Language for the project python.org
requirements.txt development python requirements for testing the code base Shipped with the project
MySQL-server(5.7) WebApp Required to serve the Webapp mysql During install section Type and Networking: optionally untick 'Open Windows Firewall port for network access'
mysql-python QueueProcessor Required to allow python to access MySQL 1. windows 2. Linux: sudo apt-get install mysql-server libmysqlclient-dev
Clone this wiki locally