The articles explains how to install Wordpress on Ubuntu 12.04, to instructions are step by step and I use the latest version of Wordpress using the .dpkg package from apt.
To start off with install install the Ubuntu Wordpress package with:
1
|
|
This should pull down and install everything you need to install Wordpress on Ubuntu, the wp files are installed into the /var/share directory you need to link them and make sure the perms are set correctly.
Create a symlink from /var/share/wordpress to /var/www/wordpress
1
|
|
Create the MySQL Databases for Wordpress on Ubuntu:
1
|
|
**Note the -n wordpress should be replaced with the name of your database (unless you want to call it wordpress) and the domain should be changed to your real world domain e.g linuxmoz.com
Example:
1
|
|
Restart Apache:
1
|
|
Set the perms for Wordpress or the install and autoupdates will not work (make sure you keep Wordpress up to date or you will get hacked).
1
|
|
Point your browser at https://localhost/wordpress or https://yourdomain.com/wordpress and follow the on screen instructions.
After configuration you should be good to go, make sure you update Wordpress after the installation as I suspect the package version will be out of date.
If you are using friendly URL’s then remember to enable mod_rewite on Ubuntu.