Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

UrLab/very-old-homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoi !

This is the homepage for UrLab.be. It's written in Django, but the most part is static html/css, Django is used only for dynamically query the wiki.

Install

One shot install :

git clone https://github.com/UrLab/homepage.git
cd homepage
virtualenv --distribute --no-site-packages ve
source ve/bin/activate
pip install -r requirements.txt
chmod +x ./manage.py

Run :

source ve/bin/activate # Do only once (if it's a new tty)
./manage.py runserver

Goto http://127.0.0.1:8000/ and enjoy !

Contribute

Fork this repo, make some nice modifications, and just make a pull request :)

Once the pull request is accepted, the automatic deployer will be triggered and your modifications will be live !

License and credits

This project uses :

Screenshot

screenshot