rubenespadas / DionaeaFR

Dionaea Front Web
66 stars 27 forks source link

compress css error #2

Closed 0x0deep closed 11 years ago

0x0deep commented 11 years ago

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

rubenespadas commented 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

0x0deep commented 11 years ago

Ohhh sorry, I forget to install less. Thanks