Coder Social home page Coder Social logo

obtvse's Introduction

Obtvse

A clean and simple markdown blog. Inspired by Svbtle.

Demo | Demo Admin

Username: username

Password: password

Installation

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
cp config/config.example.yml config/config.yml

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>

TODO

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

SCREENSHOTS

Admin New Edit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.