-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/deploy script #85
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
Conversation
johannesduesing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR 👍
Please have a look at the comments below regarding the readme and windows users.
|
|
||
| To obtain these images, checkout the respective repositories ([here](https://github.com/delphi-hub/delphi-crawler), [here](https://github.com/delphi-hub/delphi-webapi) and [here](https://github.com/delphi-hub/delphi-webapp)) and execute the command | ||
| To obtain these images, please checkout the Delphi registry repository and execute the command | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also keep the old content of the readme and address both Windows and Linux. I thought of something like this:
"For Linux, please execute the setup script located at [...], for windows ."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review. I have made the requested changes. Could you please review and let me know for any other changes.
| For building a docker image containing the registry, go to the root folder of the repository and execute ```sbt docker:publishLocal```. This will build the application, create a docker image named ```delphi-registry:1.0.0-SNAPSHOT```, and register the image at your local docker registry. | ||
|
|
||
| The installation script mentioned in section **Requirements** will also create docker image for registry named ```delphi-registry:1.0.0-SNAPSHOT```, and registers the image at your local docker registry. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, please also keep Windows users in mind.
0dfd18d to
2e669bd
Compare
Reason for PR
This PR contains the deployment script for cloning the delphi repositories and also builds the docker images for all the delphi components.