- Introduction ===============
This project aim to create a new, universal student platform for the ULB. It is lead by the collaboration of respublicae and UrLab, the ULB hackerspace. It is build using Django 1.4 and a series of javascript library : jquery, backbone.js, underscore.js and handlebars.js. Fognar is only a preliminary milestone name.
-
Installation ===============
-
Fork the main repository (hosted by AlterSid) on github
-
Clone your fork of the project on your local computer/laptop/smartphone/toaster using :
git clone git@github.com:your_username/fognar.git
-
Installations instructions:
cd fognar sudo pip install -r requirements.txt python manage.py syncdb
-
Install a new user (because the netid system probably won't work) :
python manage.py init
-
Launch the server using :
python manage.py runserver
-
Go to http://localhost:8000/syslogin and login !