WordPress is a free open source software that was originally designed for blogs. Currently, he has grown so powerful thanks to the thousands of plug-ins that circulated on the internet.
For the bloggers who are always connected to the virtual world, no longer need to buy expensive hosting server. Simply use Ubuntu, activate LAMP, and you are able to blogging. No need to bother anymore because the data upload blog content can be copied and paste as well as ordinary file operations.
But, before you can enjoy this convenience, you should make every effort was configuring Ubuntu. Here’s how to WordPress configuration in Ubuntu :
1. Run Terminal and type:
sudo apt-get install wordpress
2. Create a symbolic link Apache2 www folder to your installation folder and install the new MySQL database named localhost to use WordPress. Type the following command in Terminal:
sudo ln-s / usr / share / wordpress / var / www / wordpress
sudo bash / usr / share / doc / wordpress / examples / setup-mysql-n wordpress localhost
If you already have a host name for WordPress, do not use localhost, but use the host name. For example, if your blog site is sayacoba.com, type the command:
sudo bash / usr / share / doc / wordpress / examples / setup-mysql-n wordpress yournamehost.com
3. If you are going to access your WordPress server through a virtual host, create a virtual host configuration files in the folder / etc/apache2/sites-available. If so, create a symbolic link from the folder / etc/apache2/sites-enabled.
4. Restart apache2 with the command:
sudo / etc/init.d/apache2 restart
5. Now, install WordPress via a browser. Type the following address in your browser:
http://localhost/wordpress. Or, if you use a virtual host, simply type your website address.
Note: WordPress from the Ubuntu repositories 9:10 still using WordPress which contains a bug. Do not forget to update it after installation on top.
------------------------------
(FAIZ) is one of prominent Malaysia blogger who love blogging about Computer, Social Network Site, Technology, Web 2.0. You can visit his blog: Click Here------------------------------





0 comments ↓
There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.