From 4c6fab10e8d4beffeb50ad4ae0abffbdf4c03a5a Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 27 Feb 2018 11:45:37 +0100 Subject: Update documentation After 0.10 release there were some updates and fixes, including how to upgrade to 0.10. Pulling all changes in, fixes https://0xacab.org/leap/leap_se/merge_requests/21 --- docs/en/tutorials/quick-start/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/en/tutorials/quick-start/index.html') diff --git a/docs/en/tutorials/quick-start/index.html b/docs/en/tutorials/quick-start/index.html index ae617e1b..96cf5382 100644 --- a/docs/en/tutorials/quick-start/index.html +++ b/docs/en/tutorials/quick-start/index.html @@ -246,12 +246,13 @@ workstation$ ruby-install ruby

The LEAP platform recipes are a set modules designed to work together to provide you everything you need to manage your provider. You typically do not need to modify these, but do need them available for deploying your provider.

-

To obtain the platform recipes, simply clone the git repository, and then check out the most recent stable release branch:

+

To obtain the platform recipes, simply clone the git repository, and then check out the most recent release tagged stable :

-
workstation$ git clone -b version/0.9.x https://leap.se/git/leap_platform
+
workstation$ git clone https://leap.se/git/leap_platform
+workstation$ git checkout 0.10.0
 
-

If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch instead by:

+

If you want to get the latest developments (Beware: it could be unstable !) you just don’t checkout a particular tag :

workstation$ git clone https://leap.se/git/leap_platform
 
@@ -445,7 +446,7 @@ wildebeest# run_tests

Create an administrator

-

Assuming that you set up your DNS or /etc/hosts file, you should be able to load https://example.org in your web browser (where example.org is whatever domain name you actually used).

+

The registration of new users is since the platform 0.10 restricted by default. You will need to generate an invite code. A simple leap run invite will give you an code like ptxy-rsy1 which you can use to register a user. Assuming that you set up your DNS or /etc/hosts file, you should be able to load https://example.org in your web browser (where example.org is whatever domain name you actually used).

Your browser will complain about an untrusted cert, but for now just bypass this. From there, you should be able to register a new user and login.

@@ -460,7 +461,7 @@ wildebeest# run_tests

Save that file and run leap deploy again. When you next log on to the web application, the user kangaroo will now be an admin.

-

If you want to restrict who can register a new user, see webapp for configuration options.

+

If you want to open up registration of new users, see webapp for configuration options.

What is next?

-- cgit v1.2.3