-
Notifications
You must be signed in to change notification settings - Fork 325
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
api-umbrella-deploy user's password #99
Comments
I change a api-umbrella-deploy user's password and I can continue, but I get another error: INFO [021cf794] Running /usr/bin/env mkdir -p /tmp/router/ as api-umbrella-deploy@127.0.0.1 SSHKit::Command::Failed: sudo exit status: 1 Tasks: TOP => deploy:restart I am deploying in Ubuntu 14.04 Thanks |
In our default setup instructions, the "api-umbrella-deploy" user doesn't actually have a password. Instead, we have you setup ssh keys for that account so the logins all happen via those keys rather than with a passowrd. However, if you want to use a password, like you setup, that's also fine. This second error you ran into is I believe an omission in our installation scripts that will be fixed in the upcoming v0.7 package release, but I forgot to document in the current instructions. If you want to fix this now, can you try adding the following file to your server at
After putting that file into place on the server, do your deployments now work? |
The new packages have been released which should include these sudoers fixes for deployments. So I'm going to close this issue, but please reopen if you're still running into any issues. |
I am trying to deploy from git (http://nrel.github.io/api-umbrella/docs/deployment/).
In this step "$ bundle exec cap production deploy", I need the api-umbrella-deploy's password. Which is?
Thank
The text was updated successfully, but these errors were encountered: