This django project is a website providing mean for students to exchange courses and tips. Some old code is already live over there : http://cours.cerkinfo.be
You'll need everything that is in requirements.txt (don't worry, pip will do it for you).
You will also need to install poppler (the binary 'pdftotext') and GraphicsMagick (the binary 'gm') using your distribution packages.
For exemple:
sudo apt-get install poppler-utils graphicsmagick
make ve
source ve/bin/activate
make install
make [run]
make stop
make clean
Then go http://localhost:8000/syslogin
./manage.py adduser
Send an email to p402 AT cerkinfo.be, come by #urlab on freenode or just fork this repo and send a patch !
Copyright 2011-2013, hast. All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.