-
Notifications
You must be signed in to change notification settings - Fork 23
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
DB password #389
DB password #389
Conversation
V2.0 dev -- prepped a v2.0 flask app with gunicorn script, nginx conf, and simplified routing
Fixed paths to new 2.0 structure
V2.0 automated deploy work
Got deploy to work
Added logic to record current and new version build ids.
…e active website link to the newly installed website.
This correctly makes a release based on git commit ids, and points the a...
Added rollback capability.
JSONified static return values
Turned off caching for development version.
Added route to display os environment info, first info in current workin...
Added fetching current commit id and deployed date and time.
Fixed import error
Fixed deployed at issue.
Added explanation of how to use Fabric tool to deploy and roll back webs...
Ups, looks like some api code made it there too. Darn it. |
You made an interesting function to prompt people to set env bars, but not
|
Yup, I have no idea where I gotta tweak those env variables. I'll add it in a few minutes. |
I'm still setting up my system, or I'd do it. |
hmmmmmmmm, well I messed up that pull request; @wilbertom, can you re-do it? |
Hey Brian, no problem, I still needed to add it to the server's env. |
Wait how did the password get to the deployed app the first time? I don't see any code to tweak. Did someone just ssh and created the database? Or was the database created through an admin interface? If so then it might be easier to use one of those methods again.
|
Well, we should try and handle this the right way. |
This commit forces a change in the database password and moves it to the environment. closes #386