iamFIREcracker / cakephp-instaweb

Instantly serves a CakePHP application

Home Page:http://chris-lamb.co.uk/projects/cakephp-instaweb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP Instaweb

Instantly serves a CakePHP application (for development phase only).

Now works with CakePHP 2.0

Requirements

  • Python 2.5
  • setuptools

Installation

On Debian GNU/Linux systems, you can install the cakephp-instaweb package.

  1. Clone this repository:

    git clone git://github.com/lamby/cakephp-instaweb.git cakephp-instaweb
  2. Go to cakephp-instaweb directory, open your shell and type:

    [sudo] python setup.py install

Usage

From your CakePHP application underneath webroot:

cakephp-instaweb

To see all available commands:

cakephp-instaweb -h

Authors

  1. Chris Lamb
  2. Isman Firmansyah

CakePHP Instaweb is released under MIT License. See LICENSE.txt for details.

About

Instantly serves a CakePHP application

http://chris-lamb.co.uk/projects/cakephp-instaweb/

License:MIT License


Languages

Language:Python 100.0%