summaryrefslogtreecommitdiff
blob: 6787a37ca813abcd044022f698ec25c930a41721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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!