Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 854 Bytes

README.rst

File metadata and controls

46 lines (27 loc) · 854 Bytes

CakePHP Instaweb

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

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

Copyright

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