Kali ini ane akan share nih ke ente-ente tentang bagaimana cara install phpBB untuk dijadikan Web Forum.,
Banyak cingcong, langsung ajja.,
1. Download CMS phpBBnya di website resminya
2. Setelah di dunlut extrak file .zipnya
Quote:
root@devil:/home/devil# cd Downloads
root@devil:/home/devil/Downloads# ls
phpBB-3.0.10.zip
root@devil:/home/devil/Downloads# unzip phpBB-3.0.10.zip
root@devil:/home/devil/Downloads# ls
phpBB-3.0.10.zip phpBB3
3. Pindahkan hasil ektrakan ke direktory /var/www
Quote:
root@devil:/home/devil/Downloads# mv phpBB3 /var/www/
4. Buat Aliases untuk forumnya
Quote:
root@devil:/var/www/phpBB3# cd /var/cache/bind
root@devil:/var/cache/bind# ls
db.192 db.sandi
root@devil:/var/cache/bind# nano db.sandi
Tambahkan script berikut :
forum IN A 192.200.27.1
5. restart bind9nya
Quote:
root@devil:/var/cache/bind# /etc/init.d/bind9 restart
6. Buat VHostnya
Quote:
root@devil:/var/cache/bind# cd /etc/apache2/sites-available
root@devil:/etc/apache2/sites-available# cp me phpBB3
root@devil:/etc/apache2/sites-available# nano phpBB3
Ubah scriptnya jadi kayak berikut ini :
<VirtualHost *:8000>
ServerAdmin me@devil.com
ServerName forum.devil.com
DocumentRoot /var/www/phpBB3
Dan
<Directory /var/www/phpBB3>
7. Aktifkan VHost phpBB3nya
Quote:
root@devil:/etc/apache2/sites-available# a2ensite phpBB3
root@devil:/etc/apache2/sites-available# /etc/init.d/apache2 reload
8. Rubah hak akses di beberapa file atau direktory phpBBnya
Quote:
root@devil:/etc/apache2/sites-available# cd /var/www/phpBB3
root@devil:/var/www/phpBB3# chmod 666 -R config.php
root@devil:/var/www/phpBB3# chmod 777 -R store
root@devil:/var/www/phpBB3# chmod 777 -R cache
root@devil:/var/www/phpBB3# chmod 777 -R files
root@devil:/var/www/phpBB3# cd var/www/phpBB3/images/avatars
root@devil:/var/www/phpBB3/images/avatars# chmod 777 -R upload
9. Buka Web Browser dan masukan alamat "forum.sandimulyadi.com"
10. Ikuti proses installasi CMS phpBBnya
11. Enjoy