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
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