- This article needs a check to make sure it is correct. You can help Bongo by editing it if you spot any errors..
Contents |
[edit] Installing Apache2
To install Apache 2, follow the relevant following information:
[edit] Debian GNU/Linux and Ubuntu
Run the following command to install Apache 2 and its required dependencies for Bongo:
sudo apt-get install libapache2-mod-python
Now you must configure Bongo.
[edit] Fedora
Run the following command to install Apache 2 and its required dependencies for Bongo:
sudo yum install httpd mod_python
Now you must configure Bongo.
[edit] RedHat Enterprise Linux
Run the following command to install Apache 2 and its required dependencies for Bongo:
sudo yum install httpd mod_python
Now you must configure Bongo.
[edit] Suse Linux
Run the following command to install Apache 2 and its required dependencies for Bongo:
yast2 -I apache2 apache2-mod_python
Now you must configure Bongo.
[edit] Gentoo Linux
Run the following command to install Apache 2 and its required dependencies for Bongo:
emerge apache mod_python
Now you must configure Bongo.
