-
Notifications
You must be signed in to change notification settings - Fork 73
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
Refactor and code update for a working docker deployment #17
base: main
Are you sure you want to change the base?
Conversation
Thanks @aperera for your contribution. We will review and merge. |
I recommend #20 instead of this. |
These changes will help others to get up and running in a few minutes. |
This PR has huge non-isolated change which make it difficult to review, I suggest breaking it up to change only closely related things. |
@gdevenyi Besides the .editorconfig and package.json URL updates, everything else is required to get the Docker environment up and working. I included the documentation since I could not find a migration tool in the current packages, but feel free to break it down into multiple PRs. |
As per my PR, the changes are far less extensive to get the docker working. Only thing missing in mine is readme changes to change the databasename and password in the 6_usermanagement.sql |
Refactor and update to run worklenz-frontend in the docker environment.