[TASK] Update installation instructions.
This commit is contained in:
parent
9c1156af5b
commit
a2960f4048
11
README.md
11
README.md
|
@ -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
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -13,5 +23,6 @@ Do not forget to create your private_settings.py!
|
||||||
Before using in production (or development), run this:
|
Before using in production (or development), run this:
|
||||||
|
|
||||||
> python manage.py collectstatic
|
> python manage.py collectstatic
|
||||||
|
> python manage.py syncdb
|
||||||
|
|
||||||
Static files will be collected in /static, use this in your webserver configuration for production.
|
Static files will be collected in /static, use this in your webserver configuration for production.
|
||||||
|
|
Loading…
Reference in New Issue