- A Windows / Mac / Linux Server
- MySQL
- Installed Python3
Install dependencies
-
Install python (Ubuntu)
sudo add-apt-repository ppa:jonathonf/python-3.8
For other Linux distribution or other operating system, just Google it ;)
-
Install required Python packages
pip install -r requirements.txt
Please be noted that some dependencies may not be installed on Debian and Ubuntu. If an error occurred while installing
bcrypt
, run the following commandsudo apt-get install build-essential libffi-dev python-dev
-
Install MySQL (Ubuntu)
sudo apt-get update sudo apt-get install mysql-server
-
Configure MySQL (Ubuntu)
sudo mysql_secure_installation utility
For more information, please Google it
-
Start MySQL
sudo systemctl start mysql
-
Setup the software
python setup.py
Follow the instructions to finish the installation.
-
Run the application
python app.py
MIT License