wiki:Download

Download BW-Rox

Rox, the software BeWelcome is running on, is available from our  official Gitorious repository. You are warmly invited to download, try out and modify the code. We would be very happy if you help us to improve Rox by committing your patches and joining the team. There are plenty of things to do! :)

There are two ways of downloading the repository:

  1. By anonymous Git, if you just want to read the code:
    git clone git://gitorious.org/bewelcome/rox.git
    
  1. By SSH, if you want to commit and are already a member of the Gitorious group  +bewelcome-devs:
    git clone git@gitorious.org:bewelcome/rox.git 
    
    To become a member of  +bewelcome-devs please write to the  bw-dev-discussion mailing list.

Different branches

The commands above will create a directory called rox with a copy of our code repository including all branches in it. By default the repository is set to the master branch, which represents what is currently running on  www.bewelcome.org. If you want to see the latest development code, switch to the develop branch:

git checkout develop

If you want to change back to the master branch, simply type:

git checkout master

If you are new to git branches,  http://book.git-scm.com/3_basic_branching_and_merging.html is a good starting point for further reading.

Copyleft

BW-Rox is licensed under the  GNU General Public License, version 2.