Install depencies:
sudo apt-get install npm
Install less compiler:
sudo npm install less -g
Run a simple python static server:
cd app python -m SimpleHTTPServer
Compile using lessc:
lessc -x app/static/less/style.less > app/static/css/style.css
Deploy to dotlcloud sandbox:
dotcloud push site
Deploy to dotcloud live WARNING:
dotcloud push sitelive