-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No configuration files present? #66
Comments
Hi, the |
Hi Mark No, after moving the common.yml from quickstart/templates one level up to quickstart and then cd to home in my /Users/seb/
It would helpful if documentation says where files are and in which directory should commands be executed, basically telling users how to structure our code would be great. |
OK I guess the naming convention is common.yaml:
and NOT common.yml
as I have always used .yml and not .yaml in the past as I believe Win doesn't allow four letters file extensions but not issue anywhere else... But unfortunately in most banking clients it is still predominately Win environment.... so how to resolve this? |
$ gem --version
2.5.2
quickstart/templates/common.yml:
quickstart/templates/db.erb:
db_hostname: <%= env_db_hostname %>
in quickstart:
$ export DB_HOSTNAME=mydb.example.com
$ tiller --base-dir=./quickstart
tiller v1.2.0 (https://github.com/markround/tiller) [email protected]
Error: No configuration files present!
Any help is appreciated to get someone up and running :)
The text was updated successfully, but these errors were encountered: