UW-xDD / app-template

Common conventions for building applications on the GeoDeepDive infrastructure
16 stars 48 forks source link

credentials or credentials.yml? One or other but not both #21

Closed cambro closed 7 years ago

cambro commented 8 years ago

The instructions do not agree with expectations of setup.sh. Line 19 in setup.sh read:

eval $(parse_yaml credentials)

But instruction Wiki said "edit the file credentials.yml". I updated setup.sh on my local to be consistent with Wiki, should probably update here too but wanted to check before doing the update. Also .gitignore expects credentials.yml so changed line 19:

eval $(parse_yaml credentials.yml)
cambro commented 8 years ago

Possibly fixed with https://github.com/UW-Deepdive-Infrastructure/app-template/commit/a254b357408ba2413af0c3ebb8861ca287da22bc

Please close if this is ok.