Sha256: 3e7941e89fd9aaac46ddcf3e55663dfe988bb6e1a6fac9b78691aa35ef7cb9cf

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

= golden_brindle

== Golden Brindle

Tool to help start/stop/restart multiple unicorn servers to use behind a web servers like nginx. This app adds an option to specify a number of Unicorn worker processes to launch, a range of ports, and a configuration file for the cluster. Use "-h" to see command syntax.

Configure cluster and write configuration file:
  golden_brindle brindle::configure  (NOT implemented yet)

Start cluster:
  golden_brindle brindle::start

Restart cluster:
  golden_brindle brindle::restart

Stop cluster:
  golden_brindle brindle::stop


== Starting clusters at boot

1. Create golden_brindle conf directory (/etc/brindles).
2. Assign ownership to your Capistrano user.
3. Copy the init.d script from this gem's resouces directory /etc/init.d.
4. chmod +x /etc/init.d/golden_brindles_cluster
5. Add to init.d startup. On RHEL/CentOS use: /sbin/chkconfig --level 345 golden_brindles_cluster on

== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 Alexander Simonov. See LICENSE for details.
Copyright (c) 2007 Zed A. Shaw
Copyright (c) 2006 Bradley Taylor, bradley@fluxura.com

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
golden_brindle-0.0.2 README.rdoc
golden_brindle-0.0.1 README.rdoc