Download BW-Rox
BW-Rox is licensed under the GNU General Public License, version 2.
At the moment there is no stable version available as a public download. You can grab the code of the development version from our servers. It might not install out of the box without problems and we do not recommend it for production use. This said you are invited to download the code, check it, modify and improve it. We would of course be very happy if you would help us to improve this software by sending your patches? or joining the TheTeam.
The code is available in two flavours:
- Source code
There are three ways of cloning the repository:
- If you have commit developer access
$git clone git@dev.bewelcome.org:rox.git
- If you don't have commit developer access, this is the readonly access for anon users
$git clone git://dev.bewelcome.org/git/rox.git
- Cloning from http://gitorious.org/bewelcome/rox (only with readonly access).
- Windows WAMP bundle
- This package contains a pre-configured WAMP (Apache & MySQL servers, with PHP) bundled together with the BW-rox source code.
Install / Setup
for detailed instructions, see
- Get started with the code
- for non-WAMP installations see trunk/INSTALL
- https://www.bevolunteer.org/trac/browser/trunk/INSTALL (?)
Other branches
Downloading other branches, and even more uploading, might need extra rights.
There may be reasons why you want a local install of alpha or production, to find out where a bug comes from. Later you can tell one of the alpha (NDA-bound) developers how the bug can be fixed.
Trunk (test.bw)
This is the branch we're working on. It's already been explained above how you download this one.
- browse: http://test.bewelcome.org, using test server login + test account login (ask someone to get access)
- database: running with a test database
- source in trac: https://www.bevolunteer.org/trac/browser/trunk/
Alpha (alpha.bw)
preparing for release
- browse: http://alpha.bewelcome.org, using test server login + normal bw login
- database: running with live database (same as www.bw)
- svn database download: no way! but can use test database instead.
- source in trac: https://www.bevolunteer.org/trac/browser/branches/alpha/
Production (www.bw)
what you can see on the live site
- browse: http://www.bewelcome.org, using your normal bw login
- database: the live database
- svn database download: no way! but can use test database instead.
- source in trac: https://www.bevolunteer.org/trac/browser/branches/production/
