- Download and install Python3
- Run
pip install -r requirements.txt
in the root folder of this directory to install the necessary libraries. (You may need to use pip3 instead of pip based on your python installation) - Start the website by running the command
flask run
in the root directory.- The ip address can be changed by adding
--host [new ip address]
to the command - The port can be changed by adding
--port [new port]
- The ip address can be changed by adding
- Download and install Docker
- Run the command
docker run -p 5000:5000 kavidey/ppe-exchange
- By default, the website will run on http://127.0.0.1:5000/
- There will be a warning about not having entered login email login info. Don't worry about that, 90% of the website will still work.