From a2960f4048d5a03961993d00918a1778441869e0 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 3 Aug 2014 19:22:33 +0200 Subject: [PATCH] [TASK] Update installation instructions. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fe5d78b..b65f680 100644 --- a/README.md +++ b/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 ============ @@ -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.