wordpress安装
对于在自己购买的vps上搭建wordpress博客的用户而言,需要先手动搭建wordpress安装环境,然后按照wordpress官网教程安装wordpress。本文将介绍在vultr的vps上搭建wordpress安装环境的步骤。主要参考了vultr documentation 和 wordpress documentation。
安装环境:debian 7 x64 (wheezy) / vps : vultr
- Install Nginx
[email protected]:~# apt-get install python-software-properties
[email protected]:~# add-apt-repository -y ppa:rtcamp/nginx
[email protected]:~# apt-get update
[email protected]:~# apt-get install nginx
[email protected]:~# service nginx start
-
Test if the