Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created January 6, 2012 14:40
Show Gist options
  • Select an option

  • Save nkabir/1570866 to your computer and use it in GitHub Desktop.

Select an option

Save nkabir/1570866 to your computer and use it in GitHub Desktop.
Ubuntu 10.04 phpbb3 installation
sudo apt-get update
sudo apt-get install tasksel
sudo tasksel install lamp-server
sudo apt-get install phpbb3
cd /etc/apache2/conf.d
sudo ln -s /etc/phpbb3/apache2.conf .
# Add the following to /etc/apache2/apache2.conf under section
# ...
# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.
# ...
# LoadModule php5_module modules/libphp5.so
# AddType application/x-httpd-php .php .phtml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment