Giter VIP home page Giter VIP logo

obtvse's Introduction

Obtvse

A clean and simple markdown blog. Inspired by Svbtle.

My Blog URL

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

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

Deploying on Heroku

Install the Heroku Toolbelt on your local workstation. This ensures that you have access to the Heroku command-line client, Foreman, and the Git revision control system.

Now, create the app on Cedar stack

$ heroku create --stack cedar

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.

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

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

$ export obtvse_login=<LOGIN>
$ export obtvse_passowrd=<PASSWORD>

Deploy your changes to heroku.

$ git add .
$ git commit -m "deploy obtvse blog on Heroku"
$ git push heroku

After that, run rake.

$ heroku run rake db:migrate

Check ps to see the state of app's processes:

$ heroku ps

Open the app

$ heroku open

Here's a quick guide for installing on Heroku.

TODO

SCREENSHOTS

Admin New Edit

New website design, added new Kudos features Kudos

Mobile site version included Mobile Site

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.