Created
January 6, 2012 14:40
-
-
Save nkabir/1570866 to your computer and use it in GitHub Desktop.
Ubuntu 10.04 phpbb3 installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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