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

add Procfile and use unicorn for multiple workers #47

Open
derekeder opened this issue Aug 8, 2014 · 2 comments
Open

add Procfile and use unicorn for multiple workers #47

derekeder opened this issue Aug 8, 2014 · 2 comments

Comments

@derekeder
Copy link

Grab the Procfile and config/unicorn.rb config from chicago-atlas for a good example. This will improve the performance of your site without having to pay for more dynos.

@derekeder
Copy link
Author

Also, add unicorn to your Gemfile

https://github.com/smartchicago/chicago-atlas/blob/master/Gemfile

@renemarcelo
Copy link
Contributor

Here you are, Cathy: config/unicorn.rb
https://github.com/cathydeng/expunge.io/blob/master/config/unicorn.rb is
already in your repo, as I had this setup ready. Pull request includes
Procfile and gem addition.
-R

On Fri, Aug 8, 2014 at 2:16 PM, Derek Eder [email protected] wrote:

Also, add unicorn to your Gemfile

https://github.com/smartchicago/chicago-atlas/blob/master/Gemfile

Reply to this email directly or view it on GitHub
#47 (comment).

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