acs-qe

0.9.13 • Public • Published

Nettle

Nettle is the command line cloud software for running custom node.js services in the Appcelerator Cloud Service (ACS).

To run nettle, you can install it using npm.

[sudo] npm install nettle -g 

Client

Nettle has a few builtin commands:

  • new - create a new ACS project
  • add - add a new method
  • run [dir] - run a local server for development
  • publish [dir] - publish a project to the cloud
  • login [username] [password] - login to the ACS cloud
  • logout - logout of the ACS cloud

ACS Cloud

To run nettle on the server (in the ACS cloud), nettle should be run with forever and takes special parameters:

forever start $HOME/nettle/bin/nettle run -p 8001 --report 10 --no-colors --dates

Legal

This code is proprietary and confidential. Copyright (c) 2012 by Appcelerator, Inc.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.13
    1
    • latest

Version History

Package Sidebar

Install

npm i acs-qe

Weekly Downloads

7

Version

0.9.13

License

Appcelerator Proprietary and Confidential

Last publish

Collaborators

  • mgoff