Closed estenrye closed 5 years ago
Hey! Thanks for the hard work! Portero is deprecated and unused unfortunately.
We use Conserje and Hapier to to the volunteer hours, I haven't personally ever set up Portero. However, these docker files are definitely very important steps for Conserje and Hapier. I sent you a slack invite if you want to chat about how these files might integrate with those.
Are you still using openERP, now odoo as your backend? Are you still using version 7.0?
Yup on 7.0 still. There's an install openerp script in a repo https://github.com/FreeGeekTwinCities/install-openerp/blob/master/install-openerp.py. We're running Ubuntu servers (old usual) so typically through a .deb package. Hapier is a min node app we leave on using the forever package and conserje is a static directory of html/css/js we serve with nginx.
@estenrye Hey mate, sorry for the slow follow up! How's your java these days? Wanted to give you a bit more context, we're standing up a new java-base rest-api to completely cut out this openerp integration. That product is way overkill and the performance has never been there for our use cases. Do you have any interest in digging into this issue?
I have that compose set up you made ported and running over on this project on the develop branch. I didn't take the time to remove the openerp steps but the goal would be its completely not needed! I added a few goals on that ticket. I can provide some dummy data from the prod DB too. https://github.com/FreeGeekTwinCities/volunteer-db-rest-api/issues/1
My java sucks. Much more proficient with .Net Core. Sorry I missed this email, been kind of busy with classes starting up again.
Esten
From: githagman notifications@github.com Sent: Sunday, January 27, 2019 1:15 PM To: FreeGeekTwinCities/portero portero@noreply.github.com Cc: Esten Rye esten@ryezone.net; Mention mention@noreply.github.com Subject: Re: [FreeGeekTwinCities/portero] Build docker test environment. (#31)
@estenrye https://github.com/estenrye Hey mate, sorry for the slow follow up! How's your java these days? Wanted to give you a bit more context, we're standing up a new java-base rest-api to completely cut out this openerp integration. That product is way overkill and the performance has never been there for our use cases. Do you have any interest in digging into this issue?
I have that compose set up you made ported and running over on this project on the develop branch. I didn't take the time to remove the openerp steps but the goal would be its completely not needed! I added a few goals on that ticket. I can provide some dummy data from the prod DB too. FreeGeekTwinCities/volunteer-db-rest-api#1 https://github.com/FreeGeekTwinCities/volunteer-db-rest-api/issues/1
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/FreeGeekTwinCities/portero/pull/31#issuecomment-457945434 , or mute the thread https://github.com/notifications/unsubscribe-auth/AQjYhSlkPMCjdAiSJREHURkxBkzYoHGlks5vHfqogaJpZM4Z9hHo . https://github.com/notifications/beacon/AQjYhQMn7kj9gB7CXht3zDB-BsqnQBQ9ks5vHfqogaJpZM4Z9hHo.gif
This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
In order to run this repo locally, I have started working on building a set of docker files to build and deploy a local test environment independent of the operating system the developer is using.
I am currently trying to get portero configured correctly. Any advice?