From 3aa5383b74d3cd1c5e72ae67dae296bae22d1c1d Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Mon, 27 Mar 2017 01:24:42 -0400 Subject: [PATCH] add FAQ about new regions --- docs/TROUBLESHOOTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 57f4dba..885e4b9 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -6,7 +6,8 @@ 4. [Various websites appear to be offline through the VPN](#4-various-websites-appear-to-be-offline-through-the-vpn) 5. [Bad owner or permissions on .ssh](#5-bad-owner-or-permissions-on-ssh) 6. [Error: "TypeError: must be str, not bytes"](#6-error-typeerror-must-be-str-not-bytes) -7. [I have a problem not covered here](#i-have-a-problem-not-covered-here) +7. [The region you want is not available](#7-the-region-you-want-is-not-available) +8. [I have a problem not covered here](#i-have-a-problem-not-covered-here) ### 1. Error: "You have not agreed to the Xcode license agreements" @@ -85,6 +86,10 @@ fatal: [localhost -> localhost]: FAILED! => {"changed": false, "failed": true, " You may be trying to run Algo with Python3. Algo uses [Ansible](https://github.com/ansible/ansible) which has issues with Python3, although this situation is improving over time. Try running Algo with Python2 to fix this issue. Open your terminal and `cd` to the directory with Algo, then run: ``virtualenv -p `which python2.7` env && source env/bin/activate && pip install -r requirements.txt`` +### 7. The region you want is not available + +You want to install Algo to a specific region in a cloud provider, but that region is not available in the list give to you by the installer. In that case, you should [file an issue](https://github.com/trailofbits/algo/issues/new). Cloud providers add new regions on a regular basis and we don't always keep up. File an issue and give us information about what region is missing and we'll add it. + ### I have a problem not covered here If you have an issue that you cannot solve with the guidance here, [join our Slack](https://empireslacking.herokuapp.com/) and ask for help in the #tool-algo channel or [file an issue](https://github.com/trailofbits/algo/issues/new) that describes the problem and we'll do our best to help you.