Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rackup rather than rails server in Procfile #906

Closed
patcon opened this issue Dec 28, 2016 · 1 comment
Closed

Use rackup rather than rails server in Procfile #906

patcon opened this issue Dec 28, 2016 · 1 comment

Comments

@patcon
Copy link
Contributor

patcon commented Dec 28, 2016

If I submitted a PR for using bundle exec rackup config.ru $PORT, would y'all accept that? Assuming that's what's being used in production, so wondering if we might as well standardize on that.

@monfresh
Copy link
Contributor

We don't use the Procfile at all in production. We use the Passenger nginx module to start the server via Capistrano, and we launch the Sidekiq workers via Capistrano as well, on a separate server, for example: https://github.com/18F/identity-idp/blob/master/config/deploy/dev.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants