1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Ibrahim Awwal
283a5a6bdd Add rbenv shims to PATH in upstart conf file
These days bundle is installed in the shims directory, so we need to have this
in the PATH for the upstart configuration to work.
2014-01-05 17:59:25 -08:00
Daniel Gaytán
083400c698 Change position of cd so that rvm gemset is loaded
I got an error in my production environment because it was not loading the right ruby and gemset.
2013-11-27 13:22:38 -06:00
Lukas Nordin
8e6f175e60 Upstart jungle use config/puma.rb instead
Not really sure why it is loading production.rb since the README and the init.d script says it expects config.rb instead.

Patch attached simply reflects this.
2013-09-16 19:47:12 +02:00
Michael J. Cohen
80eb91f1f5 Autodetect ruby managers and home directory in upstart script
- HOME is now picked up automatically from setuid.
- script will try rbenv, rvm, then chruby automatically.
- quoted heredoc to prevent /bin/sh interpreting variables early

Sponsored-by: CentroNet Marketing
2013-08-06 18:45:43 -04:00
Michael J. Cohen
b58e97b06c Uncomment setuid/setgid by default in upstart 2013-08-06 18:42:52 -04:00
Michael J. Cohen
11110add54 Update upstart comments to reflect new commandline
```service puma start app=PATH_TO_APP`` is the correct syntax.
2013-08-06 18:40:41 -04:00
Cory Kaufman-Schofield
0b5d97253a Fixed some typos in upstart scripts 2013-06-05 13:28:32 -04:00
baruchlubinsky
4ed27737c1 Update puma-manager.conf
Added quotes to /etc/puma.conf
2013-05-27 16:34:05 +02:00
Darío Javier Cravero
609d433bcf Cleaned up README 2013-03-09 18:41:55 -03:00
Darío Javier Cravero
eec5702aef Added a general jungle README and modified the general docs to tell about the two options 2013-03-09 18:20:17 -03:00
Darío Javier Cravero
0fa28f9d1f Moved init.d implementation to its own folder and added basic upstart support 2013-03-09 18:18:03 -03:00
Darío Javier Cravero
6a458da410 Update tools/jungle/README.md 2012-08-11 21:10:04 +02:00
Darío Javier Cravero
f2cb62c749 Implemented an init.d script to manage the Jungle.
The script allows running Puma apps as daemons using start-stop-daemon and adds an easy way to log its activity.
2012-08-11 20:04:55 +01:00