Author Archives: Shang Erxin

About Shang Erxin

My undergraduate degree is Electrical Engineering and Automation. Graduate degree is Power Electronics and Power Drives. Personal favorite programming languages are C, C++, C# and Python. Currently I works as an architect/ software engineer/ programmer in Micron. During the free time, I also work as a free-lance programmer. Have good knowledge of, WCF, WPF, WF, Silverlight, Django, wxPython, jquery, SQL Server, SQLite, Mongo DB, Mobile development with Mono and Unity. If you want to find a free-lance programmer to solve problems with these techniques feel free to contact me.

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