Sha256: f1db76c7776dbe1827a5552cc0bcd983caaa220595351e45f31b7a6f64696312
Contents?: true
Size: 563 Bytes
Versions: 2
Compression:
Stored size: 563 Bytes
Contents
# <%= config[:camel_cased_app_name] %> Welcome! You’ve generated an app using dry-web-roda. ## First steps 1. Run `bundle` 2. Review `.env` & `.env.test` (and make a copy to e.g. `.example.env` if you want example settings checked in) 3. Run `bundle exec rake db:create` to create the development database. 4. Run `RACK_ENV=test bundle exec rake db:create` to create the test database. 5. Add your own steps to `bin/setup` 6. Run the app with `bundle exec rerun -- rackup --port 4000 config.ru` 7. Initialize git with `git init` and make your initial commit
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-web-roda-0.12.0 | lib/dry/web/roda/templates/README.md.tt |
dry-web-roda-0.11.0 | lib/dry/web/roda/templates/README.md.tt |