Total Pageviews

Tuesday, 7 January 2014

在linux vps上搭建基于ruby的博客程序-obtvse2

git clone git://github.com/natew/obtvse2.git
cd obtvse2
bundle install
bundle exec rake db:migrate
编辑 config/info.yml to fill in your personal and site information.
bundle exec rails s --port=3008 > /dev/null &
(nohup rails server --port=3008 > /dev/null &)



设置登录帐号:
访问http://as3.brite.biz:3008/users/new/
输入你的email地址和密码(不是email的密码)即可。
挺清爽的程序。
演示站点:http://as3.brite.biz:3008/,http://natewienert.com/ (程序作者的网站)
登录地址:http://as3.brite.biz:3008/admin 
项目地址:https://github.com/natew/obtvse2
------
https://github.com/natew/obtvse