ucsc-cgp / cgp-deployment

The UCSC Genomics Institute's Computational Genomics Platform (CGP). This repo contains the Docker compose-based deployment process.
https://ucsc-cgp.org
0 stars 0 forks source link

Change AWS variable names in mustache template for Boardwalk (fixes #49) #58

Closed mjkrause closed 6 years ago

mjkrause commented 6 years ago

In #49 I did not change the variable names (not the names of the environment variables)

This has been done here in file boardwalk.config.template in order to have consistent naming of environment variables across several files in this repo.

I ran install_bootstrap with those changes. It installed normally, I could log-in to the Boardwalk instance and was able upload to S3 (which uses those credentials) worked.

NOTE: I changed install_bootstrap that enabled the S3 upload to test the changes in this boardwalk.config.template, but then reversed all changes made to install_bootstrap again.