Using ssh, log on to Bubba (as your regular user). Type
Code: Select all
suto become root. The root password is
Code: Select all
excitoCode: Select all
nano /etc/apt/sources.listCode: Select all
deb http://ftp.se.debian.org/debian/ sarge main
deb http://security.debian.org/ sarge/updates main
deb http://ftp.se.debian.org/debian/ sarge non-free
deb http://update.excito.net/testing bubba main
To update the package lists, type
Code: Select all
apt-get updateTo install PHPBB2, type
Code: Select all
apt-get install phpbb2*A splash screen will ask about your web server, choose Apache2.
To install MySQL server, type
Code: Select all
apt-get install mysql-server*A splash screen will appear, press OK.
Configure MySQL, type
Code: Select all
apt-get install phpbb2-conf-mysql*When prompted "Webserver(s) to configure" choose "apache2".
*You will after that get some alternatives but choosing the defaults will do (press enter when prompting for MySQL password).
To be able to reach your forum at for example 'http://*your domain*/phpbb2', type
Code: Select all
ln -s /usr/share/phpbb2/site /var/www/html/phpbb2Restart your webserver, type
Code: Select all
/etc/init.d/apache2 reloadCode: Select all
nano /etc/apt/sources.listCode: Select all
#deb http://ftp.se.debian.org/debian/ sarge main
#deb http://security.debian.org/ sarge/updates main
#deb http://ftp.se.debian.org/debian/ sarge non-free
deb http://update.excito.net/testing bubba main
user: admin
password: admin
Change your admin pasword and start using your new forum!
If you want to fine tune Bubbas performance have a look in this thread: http://forum.excito.net/viewtopic.php?t=420
That all! Any problems let me know...