greggilbert / hanami-model-416

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hanami/model/416

A way to reproduce the error in issue 416.

To run

  1. Make sure you have Docker installed
  2. Clone repo
  3. docker-compose build && docker-compose up -d
  4. docker-compose exec app /bin/sh (or docker exec -it $APP_CONTAINER /bin/sh)
  5. cd /usr/src/app/bookshelf
  6. bundle install
  7. bundle exec hanami db migrate
  8. bundle exec hanami s --host=0.0.0.0
  9. From your local computer, go to http://127.0.0.1:2301

About


Languages

Language:Ruby 99.0%Language:HTML 0.7%Language:Shell 0.2%