Download BW-Rox
BW-Rox is licensed under the GNU General Public License, version 2.
At the moment there is no stable version available. 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 team?.
The code is available in two flavours:
- Source code
-
Available from anonymous Subversion repository:
- username: public
- password:
- the code repository: https://www.bevolunteer.org/svn/hcvol/trunk/ (You can do svn checkout https://www.bevolunteer.org/svn/hcvol/trunk/ bewelcome)
- The test database is at https://www.bevolunteer.org/svn/hcvol/trunk/testdb/bewelcome.sql.gz
- 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)
- svn code download: https://www.bevolunteer.org/svn/hcvol/trunk/
- database: running with a test database
- svn database download: https://www.bevolunteer.org/svn/develstuff/trunk/testdb/ (an older version of the test DB)
- 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
- svn code download: https://www.bevolunteer.org/svn/hcvol/branches/alpha/
- 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
- svn code download: https://www.bevolunteer.org/svn/hcvol/branches/production/
- 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/
