Skip to content
SeyZ edited this page Feb 10, 2013 · 4 revisions

Installation

Baboon is available on Pypi. Commonly, you can use easy_install or pip: $ easy_install baboon or $ pip install baboon

Configuration

First of all, be sure that you already cloned the git repository of your project locally. If you want to use the free Baboon server (provided by default), you need to use a public git repository. Otherwise, you have to host your own server: Host your own baboon server

Then, you need to have an account on the Baboon server:

$ baboon register <username>

Create a new Baboon project

Your project does not exist yet on Baboon server. To create it:

$ baboon create <project> <path>

For example: $ baboon create myproject /home/seyz/myproject

Join an existing Baboon project

Your are a contributor of a project that already exists on the Baboon server. To join it:

$ baboon join <project> <path>

For example: $ baboon join existingProject /home/seyz/existingProject

Ready

Great, you are now ready to use Baboon! Have fun

$ baboon start