Closed pdurbin closed 8 years ago
I pushed 630ca0d to https://github.com/pdurbin/data-capture-module/tree/8-port-conflict
I'm getting an error that says "Could not determine remote revision for HEAD":
TASK [dcm : git-install] *******************************************************
ok: [default]
TASK [dcm : ssh-git: github host key fingerprint] ******************************
changed: [default]
TASK [dcm : source directory existance] ****************************************
ok: [default]
TASK [dcm : git, webupdate] ****************************************************
fatal: [default]: FAILED! => {"changed": false, "failed": true, "msg": "Could not determine remote revision for HEAD"}
RUNNING HANDLER [dcm : sshd-restart] *******************************************
to retry, use: --limit @ansible/dcm.retry
PLAY RECAP *********************************************************************
default : ok=33 changed=22 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
(ansible) murphy:data-capture-module pdurbin$
I found where it says "webupdate": https://github.com/sbgrid/data-capture-module/blob/7b188127a2f0d221f2e528f07c4d2b0ab2e4693a/ansible/roles/dcm/tasks/code_checkout.yml#L14
Maybe merging #9 will help?
I merged #9 and the DCM is up now. Closing.
The typical Dataverse developer will have Glassfish running on port 8080 locally so
vagrant up
won't "just work":I'm not sure what a better port would be. Maybe 8888 or something.