Setup WordPress Site in Ubuntu

To install wordpress in Ubuntu Server, a few steps are required:

1. Update your system by

# apt-get update
# apt-get upgrade

2. install apache2

# apt-get apache2

3. install MySQL

# apt-get mysql

4. install WordPress

# apt-get wordpress

5. Configure WordPress in ubuntu

6. Configure your wordpress site to support it access from the root of url

7. install ftp to your server to support wordpress install plugin

# apt-get ftp

8. if encounter a error, “can’t create directory”, when install a plugin from admin panel, check this link to change the configuration to fix it

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>