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

31 commits

Author SHA1 Message Date
Trent Ogren
5c8dda2991 Fix Puma daemon service README typo 2014-04-09 14:12:06 -05:00
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
evanweaver
c60ff81f1e minor test cleanups
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@710 19e92222-5c0b-0410-8929-a290d50e31e9
2007-10-21 02:54:53 +00:00
evanweaver
de7b623241 signed mongrel gem
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@607 19e92222-5c0b-0410-8929-a290d50e31e9
2007-09-23 03:09:56 +00:00
zedshaw
9ffb99ce78 Removes the test/coverage from the gem
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@305 19e92222-5c0b-0410-8929-a290d50e31e9
2006-08-05 18:05:47 +00:00
zedshaw
a6d80703cb Refactor reaping dead threads. Slight change to license header to make it clearer.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@255 19e92222-5c0b-0410-8929-a290d50e31e9
2006-06-23 13:22:47 +00:00
zedshaw
5406120730 A few more fixes trying to improve the win32 build support.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@242 19e92222-5c0b-0410-8929-a290d50e31e9
2006-06-16 21:01:12 +00:00
zedshaw
375a0b5c5e Some potential fixes for better cross platform builds.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@237 19e92222-5c0b-0410-8929-a290d50e31e9
2006-06-10 07:02:19 +00:00
luislavena
e70baf9e91 Simplified packaging of win32 gems. Using the same base for *nix, so :package works smoothly on any platform.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@222 19e92222-5c0b-0410-8929-a290d50e31e9
2006-06-02 03:02:06 +00:00
luislavena
6806c3b2cf A minor fix to catch sqrt Domain error on Win32. Also made rcov task conditional to avoid test/build issues with users that don't have it installed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@219 19e92222-5c0b-0410-8929-a290d50e31e9
2006-06-01 20:41:34 +00:00
zedshaw
2499218abf Using the newest rcov to get better reports out.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@207 19e92222-5c0b-0410-8929-a290d50e31e9
2006-05-23 04:09:35 +00:00
zedshaw
ef96cf1248 Initial code review fixing some things, and rcov addition.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@190 19e92222-5c0b-0410-8929-a290d50e31e9
2006-05-20 02:56:30 +00:00
zedshaw
8f915bf2e6 Implemented a pre-release gem source so people can do gem install mongrel --source=http://mongrel.rubyforge.org/releases and track current bleeding edge development.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@108 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-12 19:40:35 +00:00
zedshaw
99630c592a Refactoring of Rakefiles to simplify install/uninstall gems (on POSIX).
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@95 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-11 16:35:53 +00:00
zedshaw
e0d06cdcb7 Refactored the rakefiles to make them work better for the gem plugin generator.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@92 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-10 06:46:45 +00:00
zedshaw
615bdc0298 Wilson B. setup a nice win32 gem build for Mongrel.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@40 19e92222-5c0b-0410-8929-a290d50e31e9
2006-02-15 23:17:23 +00:00
zedshaw
2c3825b9fe Setup Rakefile to simplify publishing the site via webgen.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@34 19e92222-5c0b-0410-8929-a290d50e31e9
2006-02-12 20:02:56 +00:00
zedshaw
67a0d9e933 Release that has better Rails servicing support. Might not work in win32.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@32 19e92222-5c0b-0410-8929-a290d50e31e9
2006-02-12 03:37:38 +00:00
zedshaw
004dec2c2f initial import into trunk
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@4 19e92222-5c0b-0410-8929-a290d50e31e9
2006-01-28 19:03:53 +00:00