-
Notifications
You must be signed in to change notification settings - Fork 109
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
Docker? #3282
Comments
I agree that it would be a nice to have a docker image to help people get up and running quickly with the codebase. There was a separate repository that was created a few years ago to try and accomplish this, but it has since been archived. Each fork of the codebase has their own approaches to deploying and supporting their production instances. They are usually very specific though to their situations. We also do not have dedicated full time resources and so will likely not get around to building a base Docker image in the near future. If you have time and would be will to set one up and contribute it back to this project we would greatly appreciate it! |
I can have a stab at it, but it's more the configuration that needs to be done that I might struggle with. |
Hi @SpokeyWheeler, Is there any chance that you made some progress on it? I am about to try to install DMPRoadmap on my local for the first time now. But I was wondering if there was some Dockerfile or image I could reuse in case I set up a new environment remotely. |
Hi @H-Kwon Sorry, I can't get it built, hence why I wanted the Docker image. |
@SpokeyWheeler and @H-Kwon I created this repo last summer to play around with some of the AWS CloudFormation templating technology. I had to create a Dockerfile in order to get DMPRoadmap up and running in an elastic container service environment. I'm not sure if it's still in a working state, but it should give you a good starting point for you. https://github.com/CDLUC3/dmp-roadmap-cfn/blob/main/application/Dockerfile |
What does
|
@SpokeyWheeler You need to clone the entire repo of https://github.com/CDLUC3/dmp-roadmap-cfn.git.
There are 2 things you need to keep in mind:
|
Yes, thank you @H-Kwon. The reference I provided was meant to be used as an example not a solution you'd be able to run with. |
Sorry, I did manage to get past that, but eventually I ran into an issue that required sudo, and my work laptop is locked down, so I gave up. |
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
None yet
Expected behaviour:
A preconfigured docker image that I can pull to test the application
Actual behaviour:
No docker image
Steps to reproduce:
The text was updated successfully, but these errors were encountered: