Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 394 Bytes

Quedia V0.00 -> Useless

Collective Encoding Project

To start, clone the project and run the following in the project directory: python3.6 -m venv ./.env/ source .env/bin/activate pip3 install Django psycopg2

Then if you want to run this on port 80, (my way) You must have nginx installed on your linux system, and have a domain available. Use the sample in /Configs for easier setup.