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

Bin scripts need fixing #7

Open
ghost opened this issue May 7, 2018 · 3 comments
Open

Bin scripts need fixing #7

ghost opened this issue May 7, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented May 7, 2018

Cannot execute local bin scripts with application running in docker. Should be made to use docker as the table constructor instead rather than separate bin scripts.

@ghost ghost assigned cadengrey May 7, 2018
@ghost ghost added the bug Something isn't working label May 7, 2018
@ghost ghost self-assigned this May 8, 2018
@ghost
Copy link
Author

ghost commented May 8, 2018

Dropping support for SQLAlchemy create scripts and shifting to use the Dockerfile to import a schema.sql instead. This will make it easier to pull in data when we eventually want to preserve data and move to production.

@cadengrey
Copy link
Contributor

Is there anything still needed to work on this?

@ghost
Copy link
Author

ghost commented May 18, 2018

Not right now, because of the way we want the app structured we are going to use migrations to handle the database creation so there's no need for any bin scripts. I am getting the auth0 stuff in place right now, just taking me a bit to understand how it works and find the time to actually work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant