0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Manage multiple local mongrel instances
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme
Script for managing multiple local mongrel instances for local development of many projects.

# Usage

mongrel-manager command [options or instances names]

Commands:
 list    - Show all managed instances
 start   - Start the named instaces (blank for all)
 stop    - Stop the named instances (blank for all)
 restart - Restart the named instances (blank for all)
 delete  - Delete the named instances
 add     - Add a new instance
   --name Name of the instance
   --port Port of the instance
   --root Root of the instance (defaults to PWD)