0.2.5 • Published 9 years ago

uke v0.2.5

Weekly downloads
10
License
ISC
Repository
github
Last release
9 years ago

Uke


Running on the production server, for listening on the specified port and executes the specified configuration shells.

Usage


Global Installation


Running on any path

npm install push-hook -g

Running as Administrator


sudo uke -port 6666 -path /your-config-path

Options


-port

specified port. Default is 2000.

-path

specified configurations path. Default is current directory.

Service will listen the URL http://yourDomain:port/projectName

The value of this parameter corresponds to the configuration file name, and execute the shell script

shells

Create .sh configuration corresponding project name in the specified configuration path.

Example

yourShell.sh

echo "Executing env: /Users/SANGET/Github/uke"
cd /Users/SANGET/Github/uke
git pull origin
npm install
0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago