Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

explain manual steps for setting up the environment #75

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

afeld
Copy link
Contributor

@afeld afeld commented Jan 18, 2018

Builds on #74 - diff.

There's still duplication between the CircleCI config and these instructions, but at least the meaty commands are now in Make targets where they can be used by both.

@afeld afeld requested a review from jfredrickson5 January 18, 2018 08:23
1. Create the AMI, making sure to pass your database password.

```sh
TF_VAR_db_pass=<db_pass> make ami

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the Makefile is in the root devsecops-example directory, this step should be:

cd ../..
TF_VAR_db_pass=<db_pass> make ami
# then for the next step, cd back into terraform/env

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also considered make ami -f ../../Makefile but that failed since make expects to be run in the root dir and it tries to cd into terraform/env.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants