Displaying 5 results from an estimated 5 matches for "mongrel_status".
2006 Mar 06
0
Mongrel 0.3.9 -- GemPlugin Based
...all mongrel
Which will again install gem_plugin as a dependency.
To see how the demo works, just run mongrel_rails and see what commands are
available.
Now for the cool part. Find a Rails application and run it in daemon mode:
$ cd myapp
$ mongrel_rails start -d
Ok, now lets install the new mongrel_status plugin and use it to get the
PID:
$ sudo gem install mongrel_status
$ mongrel_rails status
If everything worked it should spit out the PID of whatever is running. If
you now do mongrel_rails you''ll see that there''s this new "status" command.
Feel free to do this too...
2006 Mar 06
5
Mongrel 0.3.9 -- GemPlugin Based
...all mongrel
Which will again install gem_plugin as a dependency.
To see how the demo works, just run mongrel_rails and see what commands are
available.
Now for the cool part. Find a Rails application and run it in daemon mode:
$ cd myapp
$ mongrel_rails start -d
Ok, now lets install the new mongrel_status plugin and use it to get the
PID:
$ sudo gem install mongrel_status
$ mongrel_rails status
If everything worked it should spit out the PID of whatever is running. If
you now do mongrel_rails you''ll see that there''s this new "status" command.
Feel free to do this too...
2006 Mar 15
0
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
...LLING
You might need sudo, you *will* need Ruby 1.8.4, and you''ll need a compiler
(unless you''re on win32).
Simple enough. If you have mongrel already try "gem upgrade". If that
causes problems then you might have to clear out gem_plugin, mongrel,
mongrel_config, and mongrel_status. This is rare and typically only if
people have been tracking my development.
For newbies just do this:
$ gem install mongrel
$ gem install mongrel_config
$ gem install mongrel_status (if you want this)
That''s it.
NEW STUFF TO TRY IN 0.3.11
The 0.3.11 release features edge Rails...
2006 Mar 15
6
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
...LLING
You might need sudo, you *will* need Ruby 1.8.4, and you''ll need a compiler
(unless you''re on win32).
Simple enough. If you have mongrel already try "gem upgrade". If that
causes problems then you might have to clear out gem_plugin, mongrel,
mongrel_config, and mongrel_status. This is rare and typically only if
people have been tracking my development.
For newbies just do this:
$ gem install mongrel
$ gem install mongrel_config
$ gem install mongrel_status (if you want this)
That''s it.
NEW STUFF TO TRY IN 0.3.11
The 0.3.11 release features edge Rails...
2006 Mar 15
9
Mongrel Web Server 0.3.11 -- Edge Rails and Win32Compliant
...You might need sudo, you *will* need Ruby 1.8.4, and you''ll need
a compiler
(unless you''re on win32).
Simple enough. If you have mongrel already try "gem upgrade".
If that
causes problems then you might have to clear out gem_plugin,
mongrel,
mongrel_config, and mongrel_status. This is rare and typically
only if
people have been tracking my development.
For newbies just do this:
$ gem install mongrel
$ gem install mongrel_config
$ gem install mongrel_status (if you want this)
That''s it.
NEW STUFF TO TRY IN 0.3.11
The 0.3.11 release feature...