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

Commit

Permalink
Merge 59a2980 into d330ece
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclaus committed Feb 19, 2018
2 parents d330ece + 59a2980 commit a1dce23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/installation/01-launch-instance.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Launch an Instance:
-------------------

- [docker instructions](docker.md).
- [Launch an AWS instance](instance_launch_aws.md).
- [Launch a GCP instance](instance_launch_gcp.md).
- [Launch an OpenStack instance](instance_launch_openstack.md).
- [docker instructions](../docker.md).
- [Launch an AWS instance](../instance_launch_aws.md).
- [Launch a GCP instance](../instance_launch_gcp.md).
- [Launch an OpenStack instance](../instance_launch_openstack.md).

--
### Next step: [Create a database instance](02-create-db.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/installation/02-create-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Database
Security Monkey needs a postgres database. Select one of the following:

- Local Postgres (You'll set this up later once you have an instance up.).
- [Postgres on AWS RDS](postgres_aws.md).
- [Postgres on GCP's Cloud SQL](postgres_gcp.md).
- [Postgres on AWS RDS](../postgres_aws.md).
- [Postgres on GCP's Cloud SQL](../postgres_gcp.md).
- Currently OpenStack utilizes a local postgres database.

--
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/03-install-sm.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Modify `env-config/config.py`:
- `SECRET_KEY`: Something random.
- `SECURITY_PASSWORD_SALT`: Something random.

For an explanation of the configuration options, see [options](options.md).
For an explanation of the configuration options, see [options](../options.md).

### Create the database tables:

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/04-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're using [SWAG](https://github.com/Netflix-Skunkworks/swag-client). You c

If you are not using AWS, you can skip this section. If you are using AWS, you should run the command (this command should
be run on the Security Monkey instance or otherwise in a place with AWS credentials. For more details, please review the
[AWS IAM instructions](iam_aws.md)):
[AWS IAM instructions](../iam_aws.md)):

monkey fetch_aws_canonical_ids
usage: monkey fetch_aws_canonical_ids [-h] [--override OVERRIDE]
Expand Down

0 comments on commit a1dce23

Please sign in to comment.