标签:
使用sudo用户,依次执行以下命名:
apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install -y nodejs
npm -v
查看npm版本启动服务:
hexo server
hexo默认使用4000为端口号,如需修改为80端口:
vi _config.yml
在server区域,修改对应的Port 为80。重启服务即可。
标签:
原文地址:http://www.cnblogs.com/qqsscc/p/4279872.html