~jorge/+junk/juju-docs-markdown

« back to all changes in this revision

Viewing changes to getting-started.md

  • Committer: Jorge O. Castro
  • Date: 2012-12-05 21:12:36 UTC
  • Revision ID: jorge@ubuntu.com-20121205211236-sqnq19z6xn2u0d2t
 * Syntax files/clarity

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    bridging that is necessary might not be ideal for some users. Note
97
97
    that in v0.6 the networking has been simplified greatly by using
98
98
    LXC's built in network.
99
 
-   The first \`juju bootstrap\` will take a long time, as up to 300MB
 
99
-   The first `juju bootstrap` will take a long time, as up to 300MB
100
100
    of Ubuntu server packages are downloaded. These are cached so
101
101
    subsequent deployments are very fast, but the initial set up might
102
102
    take longer. In v0.6 and later, the official Ubuntu Cloud images are
103
103
    used, which reduces the download to around 200MB.
104
 
-   \`juju debug-log\` isn't as useful as tailing
105
 
    \`\$data-dir/\${USERNAME}-\${JUJU\_ENV}/machine-agent.log\`
 
104
-   `juju debug-log` isn't as useful as tailing
 
105
    `\$data-dir/\${USERNAME}-\${JUJU\_ENV}/machine-agent.log`
106
106
-   Services that are running don't necessarily appear in netstat.
107
107
 
108
108
First install some dependencies it needs:
146
146
        data-dir: /home/jorge/whatever
147
147
 
148
148
The `data-dir` is going to be where the juju agents keep transient data.
149
 
\`control-bucket\` and \`admin-secret\` are arbitrary, simple strings.
 
149
`control-bucket` and `admin-secret` are arbitrary, simple strings.
150
150
 
151
151
After this you can then:
152
152