0.2.1 • Published 12 years ago

sng v0.2.1

Weekly downloads
57
License
-
Repository
github
Last release
12 years ago

sng

A lightweight launcher for a PHP/Nginx development server

Why?

To give the possibility to a user without admin privileges to easily launch a PHP development server.

Requirements?

  • PHP in CGI mode: php-cgi -v must returns php-fcgi in output
  • Nginx server

On Ubuntu systems:

sudo apt-get install nginx-full php5-cgi 

Install

npm install sng

To install globally in system use:

npm install sng -g

Usage

sng [basedir]

Options:
  -n, --nginx-base  Default binding NGinx wil be listening on            [default: "127.0.0.1:8000"]
  -p, --php-bind    Default binding address for php-cgi                  [default: "127.0.0.1:9000"]
  -b, --behavior    Changes behavior. Avialable are: "standard", "zend"  [default: "standard"]
0.2.1

12 years ago

0.2.0

12 years ago

0.1.0

13 years ago

0.0.10

13 years ago

0.0.9

14 years ago

0.0.8

14 years ago

0.0.7

14 years ago

0.0.6

14 years ago

0.0.5

14 years ago

0.0.4

14 years ago

0.0.3

14 years ago

0.0.2

14 years ago

0.0.1

14 years ago