Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.12 KB

Build Status

Basic Rails 4 application.

Deployable to Heroku, includes Redis, Mail, Bootstrap.

The view is implemented using Bootstrap 3.

Gemfile

  • pg for PostgreSQL

For testing and development:

Setting up

  • Make sure you have Ruby version from Gemfile.
  • Please install Redis
  • Install dependencies from Gemfile: bundle install --path .bundle.
  • For Databes export environment variables DATABASE_PASSWORD and DATABASE_USERNAME.
  • $ bundle exec rake db:create
  • $ bundle exec rake db:migrate
  • $ bundle exec rake db:test:prepare
  • Make sure tests pass first
  • $ bundle exec rspec spec/

License

Basic is made by Kolosek IT© 2011-2016 . This repo is free to be used.