如何用vps搭建博客?

如何用vps搭建博客?,第1张

1、购买vps服务器

这个没有什么特殊的限定要求,根据你的个人需求来选,尽量选性价比高一点的,我用的是雷电vps。

2、安装lnmp安装包

3、绑定域名

4、安装wordpress

a、先切换到网站目录下

b、设置目录权限

c、创建数据库

d、dns解析

e、配置wordpress

5、找一个好看的模板

原文链接http://leidianvps.com/servers/shownews.asp?id=324

一、更新系统

For Ubuntu/Debian :

sudo apt-get update

sudo apt-get upgrade

sudo aptitude install build-essential zip

For CentOS :

su -c "yum update"

二、安装Node.js

wget http://nodejs.org/dist/node-latest.tar.gz

tar -xzf node-latest.tar.gz

cd [node folder]

./configure

make

sudo make install

三、安装Ghost博客

sudo mkdir /home/wwwroot

cd /home/wwwroot

wget https://ghost.org/zip/ghost-latest.zip

sudo unzip -d ghost [Name-of-Ghost-zip].zip

cd ghost

sudo npm install --production

cp config.example.js config.js

sudo vim config.js

按i键进入编辑模式,把Production里的:

url: 'http://my-ghost-blog.com/'

host: '127.0.0.1',

port: '2368'

修改成:

url: 'http://你自己的域名/'

host: '0.0.0.0',

port: '80'

按,Esc键,接着按下 :wq ,就是保存退出的意思。

npm start --production

你的是windows上搭建的vps吧。

先要找到硬盘上emlog安装的文件夹,右键单击emlog文件夹,选择属性,切换到安全选项标签,然后依次点击添加、高级、立即查找,找到以IUSR开头的那个,点击确定,然后再给它加上写入权限,设置为everyone即可。

其实你可以到emlog官方论坛求救,哪儿有许多热心人士哦!而且更加专业!

个人意见,仅供参考!


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/99747.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-03-08
下一篇2023-03-08

发表评论

登录后才能评论

评论列表(0条)

    保存