15 Commits
Author SHA1 Message Date
Jonathan Boulle d49d58c47c docs: fix a few things in getting started guide 2015-05-15 17:26:31 -07:00
Brandon Philips b93f9b68d7 Documentation: fixup formatting on getting-started
- Be consistent with tabs/spaces in json
- Always put a newline between a code section and previous paragraph
2015-04-23 13:40:17 -07:00
Jonathan Boulle 682d795b38 docs: update getting started guides
Use rkt trust instead of manual trust process; update to latest etcd; tweak some terminology/output
2015-04-18 21:06:26 -07:00
Jonathan Boulle 79753c9b19 *: rocket -> rkt 2015-03-31 16:31:21 -07:00
Jonathan Boulle 15dce9b43b docs: add static verification to getting started guide 2015-02-02 19:44:13 +01:00
Jonathan Boulle 1d22b0b80f docs: update getting started guides
Add instructions for static build on go1.4, update etcd 0.5.0 -> 2.0.0
2015-02-02 19:27:34 +01:00
Vito Caputo 6ea21f51e8 doc: update app manifest json in getting started guide 2015-01-26 14:51:43 -08:00
Derek 410c603b60 added user and group for the example app
if either user or group is missing, the actool validation would remind it's required:

$ actool -debug validate manifest.json
manifest.json: invalid ImageManifest: User is required
manifest.json: invalid ImageManifest: Group is required

Signed-off-by: Derek Ch <crquan@gmail.com>
2015-01-04 23:47:59 -08:00
Jonathan Boulle 7f2d61daa6 doc: clarify where to get actool 2014-12-18 11:50:05 -08:00
Jonathan Boulle 9025f2240c docs: update getting started guide 2014-12-15 13:09:02 -08:00
Jonathan Boulle 5794aaf9b8 docs: update getting started guides 2014-12-11 22:20:11 -08:00
Pekka Enberg 29112a42fb Documentation: Fix image manifest in getting started guide
The "app manifest" is now called "image manifest" and its structure has
changed. Fix that up.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
2014-12-10 12:12:39 +02:00
Jonathan Boulle a1d7eb8e9c *: move spec to new home
The appc spec has moved! Its new home is at https://github.com/appc/spec

This removes the spec (since it has already been migrated), and adds
placeholders linking to the new repo. It also updates rocket to
reference the spec repo _directly_ (i.e. NOT godepped). This means that
people will need to maintain the spec in their gopath for now when
building rocket.
2014-12-09 12:27:35 -08:00
Hector Fernandez 572647a6c8 Documentation: Adding version to hello world example
The actool is failing when validating the manifest.json, as version is missing.
2014-12-05 10:02:54 -08:00
Kelsey Hightower 37f55be226 add getting started guide 2014-11-30 23:37:53 -08:00