cakephp-instaweb is a tiny Python-based webserver suitable for quick development of CakePHP applications, similar to Django's 'runserver' and the 'script/server' script in Ruby on Rails.
It requires zero configuration for running CakePHP applications, allowing you to:
- Delay webserver configuration to deployment time
- Develop multiple applications simultaneously with ease, and
- Just get on building your application
cakephp-instaweb can optionally emulate enough of Apache's mod_rewrite such that "pretty" URLs are available.
Links
Licence
cakephp-instaweb is released under the MIT license.
Download / Development
A number of GPG-signed tarballs are available for this project.
You can browse the source tree or download the code from Git:
$ git clone git://git.chris-lamb.co.uk/cakephp-instaweb # or $ git clone http://git.chris-lamb.co.uk/repo/cakephp-instaweb.git