Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 832 Bytes

File metadata and controls

47 lines (30 loc) · 832 Bytes

ClashRCRound2Backend

Clone the project onto your local Machine

git clone https://github.com/credenz/ClashRCRound2Backend.git
cd ClashRCRound2Backend

Create a virtual environment and install the required packages

Install python3-env and pip for creating an envirnoment:

sudo apt-get install python3-venv python3-pip

Create a virtual envirnoment:

python3 -m venv myenv

Activate the virtual envirnoment:

source myenv/bin/activate

installing required packages from requirement.txt:

pip install -r requirements.txt

Running the application

Run this application by command:

python3 manage.py runserver

Create a superuser

For Linux: change subprocess commands (present in sandbox.views) according to linux commands for C++ and C