Installation of phpBB2 Step (1) ---------------------------------------------------------- yum install php php-pear php-common php-mysql php-cli php-pdo php-gd Install PHP componetvi /etc/httpd/conf/httpd.conf /etc/init.d/httpd restart If your server is ready running PHP, skip this stepStep (2) ---------------------------------------------------------- yum install mysql mysql-devel mysql-server mysqaladmin -uroot password 123456 Set DB root password for first initialStep (3) ---------------------------------------------------------- Download the newest phpBB2 main program,language pack (tar file) http://www.phpbb.com/
wget http://....../phpBB-2.0.22.tar.gz
tar -zxvf phpBB-2.0.22.tar.gz
tar -zxvf lang_chinese_tradition.tar.gz change owner for phpBB2/ directory chown -R root.root /var/www/html/phpBB2 change write permission for config.php while installationchmod 777 /var/www/html/phpBB2/config.php create database in MySQLmysql -uroot -p Open website browser for installation http://127.0.0.1/phpBB2 http://192.168.1.xxx/phpBB2 Finish all steps in the installation accroding the instruction Step (5) ---------------------------------------------------------- change back permission of config.php chmod 744 /var/www/html/phpBB2/config.php remove install and contrib folder after installation
rm -fr /var/www/html/phpBB2/install http://127.0.0.1/phpBB2 Server is hosted by Alanstudio Linux Operating System Recommend screen resolution 1024 x 768 / IE / FireFox Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved. |