See Gump3OnWindows for installing on windows

Installing Gump3

You need at least:

We have a tendency to change these dependencies every now and then. The main gump script will let you know (smile)

Fire up a command window. Do something like:

# or wherever you do your development...
cd ~/
mkdir svn
cd svn
# this will take long, Gump is a big download!
svn co https://svn.apache.org/repos/asf/gump/branches/Gump3 gump3
cd gump3
# ...this should show some useful help output...
bash gump help
# ...this will show you prerequisite failures...
bash gump test
# ...this will show database errors...
bash gump run
# so lets install a database
# you can create a database using:
mysqldbadmin [-u root -p] create gump
# create a "gump" user with permissions to the "gump" database first
# (e.g. using MySql Administrator), and then
mysql -u gump -p gump < gumpdb/src/sql/gump3-database-definition.sql
# cross your fingers! It might work...
bash gump run

There is some more stuff you need in addition to bash, python and svn. The command line script will attempt to inform you about that. Try and do what it says. Once you get stuck, let us know!

Running Gump3 from cron and other advanced stuff

We don't keep user-friendly documentation on configuring a machine to do automated builds on a nightly basis. However, we do maintain documentation on the configuration of our machines, which you can hopefully mirror with great success. See GumpInfrasctructure.