Skip to content

Commit

Permalink
Add additional option to run without foreman gem
Browse files Browse the repository at this point in the history
  • Loading branch information
lumarel committed Oct 30, 2024
1 parent 4a18ecc commit f3ffdd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ If you don't need to do any development in the `webpack/` directories, you can t
in your boxes.yaml entry to configure this on box creation.
* Start the rails server with `bundle exec foreman start rails` in `~/foreman`
* Alternatively, you can start the rails server with `bundle exec rails s`
* Or with `source .env && BIND=0.0.0.0 bundle exec puma -w 3 -p $PORT --preload` when you want to define the number of workers

#### Additional info

Expand Down

0 comments on commit f3ffdd3

Please sign in to comment.