From c8ea78a6ca823d94682c52627e90e7215ada2fff Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 3 Nov 2016 14:05:52 -0400 Subject: refresh docs using https://0xacab.org/leap/leap_se/blob/master/docs/README.md process --- docs/en/guide/virtual-machines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/guide/virtual-machines.html') diff --git a/docs/en/guide/virtual-machines.html b/docs/en/guide/virtual-machines.html index 5cee9a40..c522c181 100644 --- a/docs/en/guide/virtual-machines.html +++ b/docs/en/guide/virtual-machines.html @@ -142,7 +142,7 @@ Virtual Machines - LEAP Platform Documentation

Introduction

-

You can use the leap command line to easily remote virtual machines.

+

You can use the leap command line to easily manage remote virtual machines.

Note: there are two types of virtual machines that leap can handle:

-- cgit v1.2.3 From 87896a7d79ecfe06d2538e719061d6e75e1d7952 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 21 Nov 2017 10:05:14 -0500 Subject: Docs: Update docs to prepare for 0.10.0 release Fixes: #8427, #8812 --- docs/en/guide/virtual-machines.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/en/guide/virtual-machines.html') diff --git a/docs/en/guide/virtual-machines.html b/docs/en/guide/virtual-machines.html index c522c181..28be3211 100644 --- a/docs/en/guide/virtual-machines.html +++ b/docs/en/guide/virtual-machines.html @@ -220,6 +220,7 @@ Virtual Machines - LEAP Platform Documentation @@ -245,6 +246,11 @@ leap vm start mynode
leap vm add mynode services:webapp tags:seattle vm.options.InstanceType:t2.small
 
+

For an email provider installation, you should specify the following seeds:

+ +
leap vm add mynode services:webapp,couchdb,soledad,mx
+
+

Check to see what the status is of all VMs:

leap vm status
-- 
cgit v1.2.3