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

Requirements

Elliot Oram edited this page Jun 8, 2020 · 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 3.6 All Language for the project python.org
MySQL-server(8.0) WebApp Required to serve the Database mysql During install in Setup Type section select 'Server only' or other option with server component. Later, in install section Type and Networking: optionally untick 'Open Windows Firewall port for network access'
Mysqlclient QueueProcessor Required to allow python to access MySQL 1. windows 2. Linux: sudo apt-get install mysql-server libmysqlclient-dev Will no longer be required once DJango ORM changes made
Clone this wiki locally