Skip to content

Add setup script - #31

Merged
zerebubuth merged 3 commits into
masterfrom
zerebubuth/add-setup-script
Oct 19, 2018
Merged

Add setup script#31
zerebubuth merged 3 commits into
masterfrom
zerebubuth/add-setup-script

Conversation

@zerebubuth

Copy link
Copy Markdown
Member

Add a script which does a lot of the work of setting up buckets, static assets and a Codebuild policy.

For some reason, I'm not getting CloudWatch logs out of this new setup - but otherwise it seems to be working fine.

Comment thread utils/setup.sh
mkdir -p "${TMPDIR}/src/tzops"
ln -sT "${DIR}/../go" "${TMPDIR}/src/tzops/go"
go get github.com/aws/aws-sdk-go
go get gopkg.in/yaml.v2

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

At some point we should probably rename the imports just to make it go getable to avoid having to list these dependencies.

@nvkelso

nvkelso commented Oct 19, 2018 via email

Copy link
Copy Markdown
Member

@zerebubuth

Copy link
Copy Markdown
Member Author

Thanks! I found out why the logs weren't appearing (they were going to to the "wrong" region for this run), hopefully fixed in 7b0506a.

@zerebubuth
zerebubuth merged commit db548a0 into master Oct 19, 2018
@zerebubuth
zerebubuth deleted the zerebubuth/add-setup-script branch October 19, 2018 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants