Example rails application that uses barby to generate barcodes.
- If you have rvm gemset should be autocreated when you enter the project.
- run
bundle install
to install all necessary gems - create your own config/database.yml (look at config/database.yml.example)
- run
bundle exec rake db:create db:migrate db:seed
to prepare database - run
bundle exec thin start
to start the server