Abakaffe project - NTNU - Design of Reactive Systems 1 - TTM4115
In prompt:
- Assuming you have pip installed;
-
For OS X type:
pip install virtualenv virtualenvwrapper -
For Windows type:
pip install virtualenv virtualenvwrapper-win
-
cdinto a directory you want to download the repo -
type
git clone https://github.com/boagriuz/abakaffe.git -
type
mkvirtualenv Envorvirtualenv Env -
type
workon EnvorEnv\Scripts\activate -
cdinto abakaffe and type;pip install -r requirements.txt -
type
python ./manage.py runserver 8080
- a local test server should start
- type
localhost:8080into your browser
- You should see the Abakaffe django website, yay!
👍 Looks great - it's ready to merge!