Skip to content

ekatsah/fognar

Repository files navigation

FOGNAR IS UPON US

  1. 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.

  1. Installation ===============

  2. Fork the main repository (hosted by AlterSid) on github

  3. Clone your fork of the project on your local computer/laptop/smartphone/toaster using :

    git clone git@github.com:your_username/fognar.git
    
  4. Installations instructions:

    cd fognar
    sudo pip install -r requirements.txt
    python manage.py syncdb
    
  5. Install a new user (because the netid system probably won't work) :

    python manage.py init
    
  6. Launch the server using :

    python manage.py runserver
    
  7. Go to http://localhost:8000/syslogin and login !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published