Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (23 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 567 Bytes

Running this project on a virtual server:

  1. Have python installed...
  2. Ensure you have django installed to run your virtual server If you don't have django installed, copy this into your console:
sudo pip install django

and enter your password. 3. Enter the directory of this project through your console: Ex:

cd ~/Downloads/eth0
  1. Activate the virual environment:
source bin/activate
  1. Run the virtual server:
cd eth0/
python manage.py runserver
  1. Go to this address in your browser: 127.0.0.1:8000