From 7ee5c40e35a7c7de4a474c3ea3e57fec00e0be71 Mon Sep 17 00:00:00 2001 From: fmakdemir Date: Fri, 22 Mar 2019 21:33:28 +0300 Subject: [PATCH] Small documentation fix caused by block quotes (#1534) --- Installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 14774168b..8eacb6f2e 100644 --- a/Installation.md +++ b/Installation.md @@ -84,9 +84,9 @@ sudo python2.7 -m ensurepip git clone https://github.com/StreisandEffect/streisand.git && cd streisand 1. Run the installer for Ansible and its dependencies. The installer will detect missing packages, and print the commands needed to install them. (Ignore the Python 2.7 `DEPRECATION` warning; ignore the warning from python-novaclient that pbr 5.1.3 is incompatible.) - ``` -./util/venv-dependencies.sh ./venv - ``` + + ./util/venv-dependencies.sh ./venv + 1. Activate the Ansible packages that were installed. source ./venv/bin/activate @@ -94,6 +94,7 @@ sudo python2.7 -m ensurepip 1. Execute the Streisand script. ./streisand + 1. Follow the prompts to choose your provider, the physical region for the server, and its name. You will also be asked to enter API information. 1. Once login information and API keys are entered, Streisand will begin spinning up a new remote server. 1. Wait for the setup to complete (this usually takes around ten minutes) and look for the corresponding files in the `generated-docs` folder in the Streisand repository directory. The HTML file will explain how to connect to the Gateway over SSL, or via the Tor hidden service. All instructions, files, mirrored clients, and keys for the new server can then be found on the Gateway. You are all done!