Socket
Book a DemoInstallSign in
Socket

santa

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

santa

Deploying to the cloud with your flying sleigh.

latest
npmnpm
Version
0.1.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

santa

Deploying to the cloud with your flying sleigh.

Installation

npm -g install santa

Usage

Configuration

santa expects a .santaconf file in your home directory:

{
  "provider": {
    "provider": "<pkgcloud-provider-name>",
    // other provider-specific options
  }
}

provider key is simply passed to pkgcloud.compute.createClient.

You can configure santa easily from command line:

santa config set provider:provider <pkgcloud-provider-name>
# ...

Deployment

santa expects 3 files in your application:

  • package.json
  • scripts/install - should install your application
  • scripts/start - should start your application

For an example of a santa application, see santa-hello-world.

Once you set up the structure, simply execute santa deploy in your application directory.

Listing servers

santa servers list

Listing server flavors

santa flavors list

Listing images

santa images list

FAQs

Package last updated on 06 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts