dooma / boshlib

Books shop built on ROR framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book shop / Library

The application was built with Ruby on Rails framework with intention to learn more to work with.

The setup

git clone git://github.com/dooma/boshlib.git
cd boshlib
Requirements

Ruby 1.9.3 or later Bundle installed

Then setup your favourite database in config/database.yml. Once you finished just run following commands:

bundle install
bundle exec rake db:create db:migrate db:seed
bundle exec rails server -e PRODUCTION

About

Books shop built on ROR framework


Languages

Language:Ruby 97.3%Language:CoffeeScript 1.6%Language:JavaScript 1.1%