-
git clone https://github.com/pydevsg/cfi_website
-
cd cfi_website
> py -m pip install --user virtualenv
> py -m venv env
> .\env\Scripts\activate
> python3 -m pip install --user virtualenv
> python3 -m venv env
> source env/bin/activate
> pip3 install -r requirements.txt ( This will install all the dependencies from requirements.txt file )
> py manage.py runserver ( Command to run the program )
This will start the server in http://127.0.0.1:8000/
Switch to http://127.0.0.1:8000/cfi/ for the main website .