-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update or deprecate this repo #5
Comments
@jmiranda please archive this repo or put in the readme, that this is not be active devolped, thanks :-) |
Apologies @jakkarth @jhgehrs. I don't use this repo myself and don't get notifications about these PRs / issues so I was unaware of the issues until @jhgehrs mentioned me. If people are actually using this repo, I'll commit more time to maintaining it, getting PRs reviewed and merged. Thanks @jhgehrs for bringing it to my attention. |
We are evaluating the project but without a simple deployable Docker build this is nearly impossible. I managed to get the application to eventually run by building the containers by hand. The need for a clean Docker deployment is a necessity these days to attract people to the project. |
See Updated Docker Build Process #17 for an updated approach |
@jyeary I was drafting the following response somewhere between your first and second comment, but didn't get a chance to finish until just now. Thank you so much for the PR. I'll review that as soon as I can. @jyeary I completely agree. And we could use your help if you're interested / have time. Here's a Dockerfile for Grails 1 / Java 7. Note: This is for a development instance of OpenBoxes which is good enough for evaluation, but should never be executed in a production environment. For a "production" environment, the docker compose might look more like the one in our main repository However, this requires you to build the WAR file from source (or download the WAR file from our releases page) and the docker compose maps a volume to where the Docker tomcat instance can find it. Not the most elegant way of using Docker, in my opinion, but it was the best we could do at the time. A better approach might be to define a Dockerfile based on a version of Tomcat 7 and then start pushing Docker images to a repository (DockerHub, AWS ECR, GitHub packages, etc) using our CI/CD pipeline. Then a user can just map a volume for the OpenBoxes config file and they'd be off. Finding the time to do that has been a challenge and I didn't have much luck finding a suitable Tomcat 7 docker image, so I postponed the work until we were able to finish the migration to Grails 3. |
That brings us to today. Or to two months ago, rather. Back at the end of December, we finished development and testing of OpenBoxes v0.9.0, which included a long-awaited migration to Grails 3. This version was deployed to production servers owned and operated by Partners In Health (pih.org), the main organization behind OpenBoxes. Everything with the migration and deployment went smoothly. However, there is still a huge list of tasks that we need to complete before we can release the new version to the community (see screenshot of Jira epic below). The Docker work you mentioned above should be part of that release process, but given that this is an open-source project (where there are more needs than resources) it probably won't get done in the timeliest of manners. But I will create some ticket(s) to track the Docker work that needs to be completed for the new release and include it in the aforementioned epic. Here's what I think we need/want to do. Let me know if I'm missing any obvious tasks.
|
Hey there. This repo appears to be extremely out of date compared to the contents of the main repo. There are open issues and pull requests here that don't fully address the problems. For example, the current version of OpenBoxes requires mysql 5.7.7 or higher for the product_demand view to be created properly, but the compose file specifies 5.6.
If this repo is not going to be actively maintained, then the repo should be deleted, or at the very least the README should be updated to indicate it's not maintained and shouldn't be used.
The text was updated successfully, but these errors were encountered: