Skip to content
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

Cannot rerun smart-on-fhir installer #1

Open
rcampbel3 opened this issue Jul 16, 2015 · 1 comment
Open

Cannot rerun smart-on-fhir installer #1

rcampbel3 opened this issue Jul 16, 2015 · 1 comment

Comments

@rcampbel3
Copy link

It would be nice if the install could actually manage RECONFIGURATION of an install. It's much simpler to manage changes in a single config file than try to manage them all over the place in the deployed app stack.

I tried to reconfigure my smart-on-fhir stack with this command:
"ansible-playbook -c local -i 'localhost,' -vvvv smart-on-fhir-servers.yml"

and got this error:

failed: [localhost] => {"cmd": "/usr/bin/git clone --origin origin --recursive --branch v0.0.5 https://github.com/smart-on-fhir/fhir-starter.git /home/fhir/apps/static", "failed": true, "rc": 128}
stderr: fatal: destination path '/home/fhir/apps/static' already exists and is not an empty directory.

msg: fatal: destination path '/home/fhir/apps/static' already exists and is not an empty directory.

FATAL: all hosts have already failed -- aborting

PLAY RECAP ********************************************************************
to retry, use: --limit @/root/smart-on-fhir-servers.retry

localhost : ok=51 changed=30 unreachable=0 failed=1

@jmandel
Copy link
Owner

jmandel commented Jul 16, 2015

Thanks for the report @rcampbel3 ! The installer is certainly designed to handle re-configuration as well as first-time configuration, so the error you've encountered sounds like a bug. I wonder if it's due to a recent re-organization of our sample apps (moving them from a single repository into a collection of single-app repositories) -- @nschwertner might recognize this signature.

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

No branches or pull requests

2 participants