[TASK] Update installation instructions.

This commit is contained in:
Jan Philipp Timme 2014-08-03 19:22:33 +02:00
parent 9c1156af5b
commit a2960f4048
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
Requirements
============
We need the lessc binary for css compression.
It can be installed via npm:
> npm install -g less
We also need yuglify:
> npm install -g yuglify
Installation
============
@ -13,5 +23,6 @@ Do not forget to create your private_settings.py!
Before using in production (or development), run this:
> python manage.py collectstatic
> python manage.py syncdb
Static files will be collected in /static, use this in your webserver configuration for production.