Closed 0x0deep closed 11 years ago
You have install nodejs and less:
nodejs: http://nodejs.org/dist/v0.8.16/node-v0.8.16.tar.gz tar xzvf node-v0.8.16.tar.gz cd node-v0.8.16 ./configure make make install
npm install -g less
Ohhh sorry, I forget to install less. Thanks
Hi, very nice project DionaeaFR. I have made a DianoeaFR installation in a Debian wheezy. When I connect with the server I see this error:
Error during template rendering
In template /root/DionaeaFR/DionaeaFR/Templates/base/base.html, error at line 16
/bin/sh: 1: lessc: not found
{% compress css %}
I have install the django-compressor
pip install django-compressor
Requirement already satisfied