-
Notifications
You must be signed in to change notification settings - Fork 70
init.d script and configuration for running under Puma #49
base: master
Are you sure you want to change the base?
Conversation
I'm not so sure hat we want to require using Puma here. And this will also conflict with the use of Thin in the Can you also rebase these commits into one please? thx |
Okay, I can switch it over to run with Thin, and rebase to a single commit. I picked Puma primarily because I cribbed this setup from Gitlab, which switched from Unicorn to Puma to reduce memory footprint (and the reduction is significant), but honestly, I hadn't compared it to Thin. |
I'm happy to use either, but lets stick with one. Joel Moss Develop with Style at http://DevelopWithStyle.comCall me +44 7791 503309 On Tuesday, 28 May 2013 at 04:38, Jim Cushing wrote:
|
Sorry for the wait; it's been a busy week. I'll get this cleaned up this weekend. |
I've written more detail installation instructions. I am going to do some clean up, re-test these with a fresh Debian install, and then I will re-base as a single commit. |
This adds the following:
This is based on the instructions for running Gitlab and has been tested on Ubuntu.