diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-01-25 08:06:29 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-01-25 08:06:29 +0000 |
commit | e4bfe326229c41ed10c454f7ef442ad2bf620956 (patch) | |
tree | 42b5c2fee322d7306ce36f71a11e5f618d035ffc /www-apps/phpBB/files | |
parent | amd64 stable (diff) | |
download | gentoo-2-e4bfe326229c41ed10c454f7ef442ad2bf620956.tar.gz gentoo-2-e4bfe326229c41ed10c454f7ef442ad2bf620956.tar.bz2 gentoo-2-e4bfe326229c41ed10c454f7ef442ad2bf620956.zip |
Added phpBB-3.0.0 (#207251).
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'www-apps/phpBB/files')
-rw-r--r-- | www-apps/phpBB/files/digest-phpBB-3.0.0 | 3 | ||||
-rw-r--r-- | www-apps/phpBB/files/postinstall-en.txt | 25 |
2 files changed, 25 insertions, 3 deletions
diff --git a/www-apps/phpBB/files/digest-phpBB-3.0.0 b/www-apps/phpBB/files/digest-phpBB-3.0.0 new file mode 100644 index 000000000000..5afbf393b8f7 --- /dev/null +++ b/www-apps/phpBB/files/digest-phpBB-3.0.0 @@ -0,0 +1,3 @@ +MD5 683ef1dc2fe875efa7042bde897ed76e phpBB-3.0.0.tar.bz2 1461327 +RMD160 dd579d4028790d1d75287d76aa5be160ad04f818 phpBB-3.0.0.tar.bz2 1461327 +SHA256 99914ef86249798a41aaeacc1f03fcdc170893bde482ca8951e17a9db81a34d7 phpBB-3.0.0.tar.bz2 1461327 diff --git a/www-apps/phpBB/files/postinstall-en.txt b/www-apps/phpBB/files/postinstall-en.txt index 9f15e7a444b1..6787a37ca813 100644 --- a/www-apps/phpBB/files/postinstall-en.txt +++ b/www-apps/phpBB/files/postinstall-en.txt @@ -1,3 +1,22 @@ -Please use install/install.php to configure a new install of phpBB. -Use install/update_to_latest.php to upgrade your existing version. -After that, please delete the contribs/ and install/ directories +You are almost done! + + 0. Setup a database (e.g. MySQL: see + http://www.gentoo.org/doc/en/mysql-howto.xml) + + 1. Login on + + http://${VHOST_HOSTNAME}/${VHOST_APPDIR} + + and finish the installation. + + 2. Move into the directory where you installed phpBB and remove + the "install" folder: + + # cd ${MY_INSTALLDIR} + # rm -rf install + + 3. You can now launch your browser and point it to your phpBB site: + + http://${VHOST_HOSTNAME}/${VHOST_APPDIR} + + Enjoy phpBB! |