Skip to content

iamFIREcracker/cakephp-instaweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Copyright

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%