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

Small documentation fix caused by block quotes #1534

Merged
merged 1 commit into from
Mar 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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