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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?