Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
O

obtvse

> 编程语言
Open source

Deprecated: See natew/obtvse2

1.4K stars0 likes2 views
WebsiteGitHub

About

Deprecated: See natew/obtvse2

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

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

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

> Tags

Ruby

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言