0.1.6 • Published 12 years ago

haibu-control v0.1.6

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

###Haibu-Control haibu-control is a remote control for a haibu server.

You install haibu-control globally via NPM and then you create a "Deployfile" in your nodejs project.

The format of the "Deployfile" is as follows

{ "user" : "joshholt", "name" : "test", "domain": "mytest.com", "repository" : { "type" : "git", "url" : "https://github.com/Marak/hellonode.git" }, "scripts" : { "start" : "server.js" } }

Once you've set up your "Deployfile" you can deploy your application to your haibu server with the folowing command:

haibu-control -s

You can restart your application on the haibu server with the following comand:

haibu-control -r

You can kill your application on the haibu server with the following comand:

haibu-control -k

You can completely remove your application from the haibu server with the following comand:

haibu-control -d

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago