Sha256: ba9dc32175cba90dc5fc6dd3db88a6c94efa38d2ea969677d4c8b9249ba5c45f
Contents?: true
Size: 732 Bytes
Versions: 3
Compression:
Stored size: 732 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). In particular, ensure that your PostgreSQL username and password are specified in the `DATABASE_URL` variable as follows: `postgres://username:password@your_host/...`. 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-web-roda-0.14.0 | lib/dry/web/roda/templates/README.md.tt |
dry-web-roda-0.13.1 | lib/dry/web/roda/templates/README.md.tt |
dry-web-roda-0.13.0 | lib/dry/web/roda/templates/README.md.tt |