Instructions for installing on Debian GNU/Linux.
[edit] Version 0.3.1 - i386 binaries
Note: These packages are designed for the etch release of Debian GNU/Linux.
- Add the following line to your /etc/apt/sources.list
-
deb http://compsoc.dur.ac.uk/~jdl/bongo-0.3/etch ./
-
- Once that is done, execute the following command to update your package list:
-
apt-get update
-
- Finally, install the bongoproject and bongoproject-web packages by using a package manager such as Synaptic, or KPackage; or execute the following command:
apt-get install bongoproject bongoproject-web
Note: A deb-src repository exists in the same place as above for those who want to use it.
Once you have installed Bongo, you must then install a webserver if you do not already have one installed. If you do, then you may continue on to configuring Bongo.
[edit] Debian Experimental
Bongo is also in Debian "experimental".
- Add the following line to your /etc/apt/sources.list
-
deb http://ftp.debian.org/debian experimental main
-
- Once that is done, execute the following command to update your package list:
-
apt-get update
-
- Finally, install the bongoproject and bongoproject-web packages by using a package manager such as Synaptic, or KPackage; or execute the following command:
-
# apt-get install bongoproject bongoproject-web
-
Once you have installed Bongo, you must then install a webserver if you do not already have one installed. If you do, then you may continue on to configuring Bongo.
