25 lines
487 B
Markdown
25 lines
487 B
Markdown
`sdc` is a CLI for Joyent SmartDataCenter and the
|
|
Joyent Public Cloud (<https://my.joyentcloud.com>,
|
|
<http://www.joyent.com/products/compute-service>).
|
|
|
|
# Installation
|
|
|
|
1. Install [node.js](http://nodejs.org/).
|
|
2. `npm install -g sdc`
|
|
|
|
Verify that installed and is on your PATH:
|
|
|
|
$ sdc --version
|
|
sdc CLI 1.0.0
|
|
|
|
Before you can used the CLI you'll need a Joyent account, an SSH key uploaded
|
|
and `sdc` configured with those account details.
|
|
|
|
# Setup
|
|
|
|
TODO
|
|
|
|
# Getting Started
|
|
|
|
TODO
|