https://github.com/evansd/unicornbasher
A bash implementation of Unicorn Herder
https://github.com/evansd/unicornbasher
Last synced: over 1 year ago
JSON representation
A bash implementation of Unicorn Herder
- Host: GitHub
- URL: https://github.com/evansd/unicornbasher
- Owner: evansd
- Created: 2013-02-11T11:19:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T14:12:03.000Z (almost 12 years ago)
- Last Synced: 2025-01-24T16:11:49.587Z (over 1 year ago)
- Language: Shell
- Size: 136 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An implementation of Unicorn Herder as a single file bash script
https://github.com/alphagov/unicornherder/
Usage: ./unicornbasher (gunicorn|unicorn) --pid pidfile.pid --bind 127.0.0.1:4000 myapp.wsgi:application
Implements almost the same logic as Unicorn Herder but does not
automatically pass the --daemon argument so you can run the master
process undaemonized and let it write its logs to stdout, which is
critical for well-behaved applications (see http://12factor.net/logs)
Copyright (c) 2013 David Evans
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.