Firefox 16, a treat for developers http://t.co/cnd27CzT
How to install phpBB in Linux
2.) Download, extract, and place the phpBB3 files:
The last step of the following commands will determine what address your guests type to get to your forums. I chose to use “forums” because it’s easier to remember than phpBB3. So, for example when you type http://yoursite.dyndns.org/forums, it will take you to the phpBB forums. You can change this to whatever you want.
wget http://superb-east.dl.sourceforge.net/sourceforge/phpbb/phpBB-3.0.4.tar.bz2
tar -xjf phpBB-3.0.4.tar.bz2
mv phpBB3/ /var/www/html/
mv phpBB3 forums
3.) Setup the mySQL Server:
First, setup a password for the root account:
mysqladmin -u root password 'passwordyouwant'
Login to mySQL
mysql -u root -p
Create the new phpbb database:
create database phpbb;
Create new user and password for database:
grant all privileges on phpbb.* to username identified by ‘password‘;
Flush the privileges:
flush privileges;
Test the mySQL Setup:
exit
mysql -u username -p
enter password here
show databases;
The result should look similar to this:
+——————–+
| Database |
+——————–+
| information_schema |
| mysql |
| test |
| phpbb |
+——————–+
4 rows in set (0.29 sec)
4.) Install the phpBB3 forums:
To install the forums, you’ll need to navigate to the install directory in your browser (ie. Firefox). So, goto http://yoursite.dyndns.org/forums/install/index.php. This will walk you through the setup for the forums. Point phpBB to your mySQL database by filling in the following fields with this information:
Database type: mySQL with mySQLi Extention
Database server hostname or DSN: leave blank
Database server port: leave blank
Database name: phpbb
Database username: username
Database password: password
Prefix for tables in database: phpbb_
Click on the “Proceed to next step” button. You should get a “successful connection” message. If not, there is a problem with the database you created. Check to make sure that you’re not misspelling it.
From here, everything is pretty self explanatory. It will ask you to setup an administrator account and then it will try to automatically configure the config.php file. If you run into permission problems (like I did), you’ll have to open the file permissions by typing this command into the terminal:
su -
chmod 777 /var/www/html/forums/config.php
When you have completed the install, phpBB will remind you to delete or rename the installation directory. I suggest you delete it by using this command:
rmdir --ignore-fail-on-non-empty /var/www/html/forums/install/
5.) Enjoy!
If everything went as it should, you should now be able to view and administer your own phpBB3 forums! If you encountered any problems, I would like to hear about them so that I can update the tutorial if needed. Also, you may refer to the official phpBB3 documentation here.
SHARETHIS.addEntry({ title: “Tutorial: Setup a Totally Free, Self-Hosted phpBB Forum”, url: “http://www.derekhildreth.com/blog/tutorial-setup-a-totally-free-self-hosted-phpbb-forum/” });
Source : derekhildrith
-
http://refurbishusedpc.com/
-
http://refurbishusedpc.com/
-
http://www.fighting-corruption.com
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Steganography- Hide Your Files Inside An Image in Linux : Nowadays, our personal computer is not only a work tool, it is also our private space where we sto...1 comment(s) |
Scan Your Home Network With Nmap : Who should read this article? Everyone who is interested in computer security and computer networkin...0 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Recent Posts
- Secure File from Removal in Linux and Unix
- How to Install Nginx on FreeBSD 9.x
- Create a Launcher in Ubuntu Using Bash
- Scan Your Home Network With Nmap
- Steganography- Hide Your Files Inside An Image in Linux
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
Recent Comments



















Pat L
| #
I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.
SK
| #
Yes we can. What kind of help you need? We are doing outsourcing and technical support for Linux and Open source worldwide. To know more about the details visit here.
ClintB
| #
After install as above, run shell script /opt/Citrix/ICAClient/wfica.sh manually and note lib errors still occur. I had the x64 motif loaded but had to manually install the x86 too. Got that from http://rpmfind.net/linux/rpm2html/search.php?query=libXm.so.4 Even after that, I still had to do a “yum install alsa-lib.i686 alsa-lib.x86_64″ to resolve any additional libasound.so.2 errors. Once those two lib issues were resolved, Citix Web Interface launched apps fine by telling browser to open launch.ica using /opt/Citrix/ICAClient/wfica.sh. Good luck Ernesto!
AD
| #
I need some Help on Linux,can you guide me ?
Edson Carlos
| #
In debian no found. I need link download install in linux debian