Pages

Saturday, 14 December 2013

在linux vps上搭建基于ruby和rails的静态博客程序-blogcast

git clone git://github.com/tiandavis/blogcast.git
cd blogcast
bundle install
nohup rails s --port=3005 > /dev/null &
(或者nohup rails server --port=3005 > /dev/null &)

后台登陆地址:http://vps-ip:3005/admin
用户名/密码: admin/admin (请登录后,立刻修改密码)

演示站点:http://as3.brite.biz:3005/
项目地址:https://github.com/tiandavis/blogcast