obtvse

Deprecated: See natew/obtvse2

  • 所有者: natew/obtvse
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Obtvse

A clean and simple markdown blog. Inspired by Svbtle.

Demo, Demo Admin

Username: username

Password: password

Installation

Obtvse uses some ruby 1.9 syntax, so please make sure your ruby -v shows at least 1.9, and please use 1.9 on your host as well!

If you are new to Rails development, check out guides for getting your development environment set up for Mac and Windows.

git clone git://github.com/natew/obtvse.git
cd obtvse
bundle install
rake db:migrate

Edit config/config.yml to set up your site information. To set up your admin username and password you will need to set your environment variables.

Start the local server:

rails s

Go to 0.0.0.0:3000, to administrate you go to /admin

For production, you will want to set your password in config.yml or with environment variables (preferred). On Heroku this is simply:

heroku config:add obtvse_login=<LOGIN> obtvse_password=<PASSWORD>

Or in your shell (~/.bashrc or ~/.zshrc for example)

export obtvse_login=<LOGIN>
export obtvse_password=<PASSWORD>

Here's a quick guide for installing on Heroku.

TODO

  • Easy deployment
  • Draft preview and post save history
  • Lots of refactoring, cleanup and refinements

SCREENSHOTS

Admin
New
Edit

主要指标

概览
名称与所有者natew/obtvse
主编程语言Ruby
编程语言Ruby (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2012-03-23 08:18:47
推送于2022-10-19 08:36:36
最后一次提交2013-03-21 09:04:40
发布数0
用户参与
星数1.4k
关注者数47
派生数259
提交数392
已启用问题?
问题数65
打开的问题数14
拉请求数35
打开的拉请求数6
关闭的拉请求数34
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?