obtvse

Deprecated: See natew/obtvse2

  • Owner: natew/obtvse
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownernatew/obtvse
Primary LanguageRuby
Program languageRuby (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2012-03-23 08:18:47
Pushed At2022-10-19 08:36:36
Last Commit At2013-03-21 09:04:40
Release Count0
用户参与
Stargazers Count1.4k
Watchers Count47
Fork Count259
Commits Count392
Has Issues Enabled
Issues Count65
Issue Open Count14
Pull Requests Count35
Pull Requests Open Count6
Pull Requests Close Count34
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private