Saturday, 19 March 2011

Php forms

phpBB(FORUMS):
configure php with mysql i.e(./configure --with-mysql)
  wget http://www.phpbb.com/files/release/phpBB-3.0.8.tar.bz2
   bunzip2 phpBB-3.0.8.tar.bz2
    tar -xvf phpBB-3.0.8.tar
   cp -R  phpBB3 /usr/local/apache/htdocs/
   change the document root in the virtual hosts where the phpbb3 resides
   restart apache
   http://192.168.2.123/phpBB3 (type it in browser)

No comments:

Post a Comment