Example rails application that uses barby to generate barcodes.
- If you have rvm gemset should be autocreated when you enter the project.
- run
bundle installto 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:seedto prepare database - run
bundle exec thin startto start the server