Skip to content

Instantly share code, notes, and snippets.

@jamii
Created June 4, 2011 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamii/1007630 to your computer and use it in GitHub Desktop.
Save jamii/1007630 to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential python python-dev erlang erlang-dev python-django python-flup python-sphinx libcmph-dev git-core emacs
git clone git://github.com/tuulos/disco.git
cd disco
make
make install
cd lib
python setup.py build
python setup.py install
cd ../contrib/discodex
python setup.py build
python setup.py install
cd ../discodb
python setup.py build
python setup.py install
edit /etc/disco/settings - replicas to 1
ssh-keygen (default options)
cat .ssh/id_rsa.pub >> .ssh/authorized_keys
disco nodaemon
in web config:
changed node from localhost to hostname
changed workers to 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment