Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/mongrel2-buildout
A buildout that installs and demonstrates the Mongrel2 web server
https://github.com/msabramo/mongrel2-buildout
Last synced: 11 days ago
JSON representation
A buildout that installs and demonstrates the Mongrel2 web server
- Host: GitHub
- URL: https://github.com/msabramo/mongrel2-buildout
- Owner: msabramo
- Created: 2012-11-18T05:00:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T04:23:34.000Z (almost 12 years ago)
- Last Synced: 2024-05-09T20:42:22.353Z (6 months ago)
- Language: Python
- Size: 142 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongrel2-buildout
Build status: [![Build
Status](https://secure.travis-ci.org/msabramo/mongrel2-buildout.png?branch=master)](https://travis-ci.org/msabramo/mongrel2-buildout)This repo contains a [buildout][] that creates a simple configuration with
[Mongrel2][] and manages the `mongrel2` process with [procer][].To give this a spin, try:
make
That will download and install [Mongrel2][] and [ZeroMQ][] and it will launch
`procer`, which in turn will start `mongrel2` with a very simple configuration.
Then do:make test
This will run a short test that tests that Mongrel2 is up and serving a simple
static page correctly at
[http://localhost:6767/tests/](http://localhost:6767/tests/).[buildout]: http://www.buildout.org/
[Mongrel2]: http://mongrel2.org/
[procer]: http://mongrel2.org/manual/book-finalch5.html#x7-470004.1.1
[ZeroMQ]: http://www.zeromq.org/