- Python 2.7.x
- Probably a working C compiler and
make(to build libsass) - Pillow install dependencies 1
$ git clone [email protected]:labhackercd/wikilegis.git
$ cd wikilegis
$ pip install -r requirements.txt$ ./manage.py migrate
$ ./manage.py createsuperuser$ ./manage.py runserverIf everything went right, the admin interface is now available at: http://127.0.0.1:8000/admin. You can log in using the superuser credentials you just created and manage all kinds of contents. Once you're done managing your site, go visit the main page at http://127.0.0.1:8000/.
TODO: Instructions to use Transifex to translate this.