This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
node-spearhead/README.md

25 lines
487 B
Markdown
Raw Normal View History

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