wordpress安裝
對於在自己購買的vps上搭建wordpress博客的用戶而言,需要先手動搭建wordpress安裝環境,然後按照wordpress官網教程安裝wordpress。本文將介紹在vultr的vps上搭建wordpress安裝環境的步驟。主要參考了vultr documentation 和 wordpress documentation。
安裝環境:debian 7 x64 (wheezy) / vps : vultr
- Install Nginx
root@localhost:~# apt-get install python-software-properties
root@localhost:~# add-apt-repository -y ppa:rtcamp/nginx
root@localhost:~# apt-get update
root@localhost:~# apt-get install nginx
root@localhost:~# service nginx start
-
Test if the