Sha256: 4312c8556f76091ac3f0e64a3daa2e88d0d4dd38b757a08688a88da0eaf20f2d
Contents?: true
Size: 736 Bytes
Versions: 2
Compression:
Stored size: 736 Bytes
Contents
# <%= config[:camel_cased_app_name] %> Welcome! You’ve generated an app using dry-web-web_pipe. ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-web-web_pipe-0.2.0 | lib/dry/web/web_pipe/templates/README.md.tt |
dry-web-web_pipe-0.1.0 | lib/dry/web/web_pipe/templates/README.md.tt |