Skip to content
jashkenas edited this page Sep 13, 2010 · 26 revisions

CloudCrowd is available as a Ruby Gem. The first step is to install it:

sudo gem install cloud-crowd

All of the CloudCrowd commands can be used through the crowd executable, which is installed alongside the gem. Try typing crowd --help to get a brief overview of the available options. For every machine that you’d like to make part of a CloudCrowd cluster, you’ll need to
install a CloudCrowd configuration directory, which includes YAML configuration files for your workers and central database, and all of your
custom actions. To get started, use crowd to unpack an example configuration directory:

crowd install path/to/configuration
<pre>

Clone this wiki locally