https://github.com/danielm/sinatra-blog
Sinatra Blogging app
https://github.com/danielm/sinatra-blog
Last synced: about 2 months ago
JSON representation
Sinatra Blogging app
- Host: GitHub
- URL: https://github.com/danielm/sinatra-blog
- Owner: danielm
- Created: 2014-05-17T15:08:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T21:23:35.000Z (over 10 years ago)
- Last Synced: 2025-01-28T02:22:21.933Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 422 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra Blog CMS
Very simple Blog CMS. Example: www.daniel.uy
This started as a personal project to get into Ruby development.
## Install
$ git clone https://github.com/danielm/sinatra-blog.git
$ cd sinatra-blog
$ bundle install
$ rake db:create
$ rake db:migrate
$ ruby app.rb