Skip to content
abztrakt edited this page Feb 6, 2013 · 6 revisions

Welcome to the spacescout_builds wiki!

Quick installation:

git clone git://github.com/abztrakt/spacescout_builds.git
sudo pip install virtualenv
sudo pip install pexpect
sudo pip install fabric
cd spacescout_builds
fab deploy_dev

On linux, deploy_dev may be able to install nodejs and lessc for you, but if not, you may need to build node from source. On mac, install the nodejs binary package, and then run

npm install -g less
Clone this wiki locally