Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 869 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 869 Bytes

Requirements

  • Python 2.7.x
  • Probably a working C compiler and make (to build libsass)
  • Pillow install dependencies 1

Installation

$ git clone [email protected]:labhackercd/wikilegis.git
$ cd wikilegis
$ pip install -r requirements.txt

Database and superuser setup

$ ./manage.py migrate
$ ./manage.py createsuperuser

Running the development server

$ ./manage.py runserver

Admin interface

If 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/.

Translating

TODO: Instructions to use Transifex to translate this.