Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Small documentation fix caused by block quotes (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmakdemir authored and alimakki committed Mar 22, 2019
1 parent 5e30c8a commit 7ee5c40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,17 @@ 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

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!
Expand Down

0 comments on commit 7ee5c40

Please sign in to comment.