diff options
author | Micah Anderson <micah@riseup.net> | 2017-11-21 10:05:14 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-11-23 08:53:14 -0500 |
commit | 87896a7d79ecfe06d2538e719061d6e75e1d7952 (patch) | |
tree | c95d8f821b4230155b47dce4b205c7fc58d8b126 /docs/en/guide/virtual-machines/index.html | |
parent | b584e92a6b654eee9427cd56d7317aa0125c92a4 (diff) |
Docs: Update docs to prepare for 0.10.0 release
Fixes: #8427, #8812
Diffstat (limited to 'docs/en/guide/virtual-machines/index.html')
-rw-r--r-- | docs/en/guide/virtual-machines/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/en/guide/virtual-machines/index.html b/docs/en/guide/virtual-machines/index.html index 4b2a2e0f..20d45a77 100644 --- a/docs/en/guide/virtual-machines/index.html +++ b/docs/en/guide/virtual-machines/index.html @@ -220,6 +220,7 @@ Virtual Machines - LEAP Platform Documentation <ul> <li><a href="https://aws.amazon.com/ec2/instance-types/">Available instance types for AWS</a></li> +<li><a href="https://aws.amazon.com/pt/blogs/security/wheres-my-secret-access-key/">Where’s My Secret Access Key?</a></li> </ul> @@ -245,6 +246,11 @@ leap vm start mynode <pre><code>leap vm add mynode services:webapp tags:seattle vm.options.InstanceType:t2.small </code></pre> +<p>For an email provider installation, you should specify the following seeds:</p> + +<pre><code>leap vm add mynode services:webapp,couchdb,soledad,mx +</code></pre> + <p>Check to see what the status is of all VMs:</p> <pre><code>leap vm status |