Docker

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Docker

marcopaul
Anyone successfully using Docker for their Ofbiz Devops?

--P
Reply | Threaded
Open this post in threaded view
|

Re: Docker

Sharan-F
Hi Paul

The answer to your question is yes because there were 2 talks in the OFBiz track at Apachecon EU that talked about the use of Docker with OFBiz. They were:

1) GrowERP - an open source development platform including ERP based on Apache OFBiz

And

2) DevOps Environment for an OFBiz Agile Project

I've included a link to the wiki page where you can view the presentation summaries and also the slides.

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Track+@+Apachecon+Core+EU+2015+Budapest

I've also worked on a project that had this working well (but I couldn't tell you how to set it up!). Hopefully you will get some additional responses on this thread with more details.

Thanks
Sharan

On 2016-07-16 17:22 (+0200), Paul Mandeltort <[hidden email]> wrote:
> Anyone successfully using Docker for their Ofbiz Devops?
>
> --P
>
Reply | Threaded
Open this post in threaded view
|

Re: Docker

marcopaul
Thanks a lot for the information! This will be an immense help for reducing our overhead.

--P

> On Jul 17, 2016, at 3:17 AM, Sharan Foga <[hidden email]> wrote:
>
> Hi Paul
>
> The answer to your question is yes because there were 2 talks in the OFBiz track at Apachecon EU that talked about the use of Docker with OFBiz. They were:
>
> 1) GrowERP - an open source development platform including ERP based on Apache OFBiz
>
> And
>
> 2) DevOps Environment for an OFBiz Agile Project
>
> I've included a link to the wiki page where you can view the presentation summaries and also the slides.
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Track+@+Apachecon+Core+EU+2015+Budapest
>
> I've also worked on a project that had this working well (but I couldn't tell you how to set it up!). Hopefully you will get some additional responses on this thread with more details.
>
> Thanks
> Sharan
>
>> On 2016-07-16 17:22 (+0200), Paul Mandeltort <[hidden email]> wrote:
>> Anyone successfully using Docker for their Ofbiz Devops?
>>
>> --P
>>
Reply | Threaded
Open this post in threaded view
|

Re: Docker

Hans Bakker
In reply to this post by marcopaul
Yes Paul,  as Sharan mentioned you will find all you need to build an
ofbiz image in our development platform at growerpsaas and ready built
images at hub.docker.com/growerp

Growerppaas you can find at our git repository at:
git clone https://gerrit.antwebsystems.com/growerppaas and
https://gerrit.antwebsystems.com/#/admin/projects/growerppaas
more explanation is in this git repository and in
http://growerp.com/control/main?contentId=GROWERPST_PAAS

Our growerp demo which is a docker image you can find at
https://minimum.growerpdemo.com/catalog admin/ofbiz

Let us know if you have any questions.

--

Regards,

Hans Bakker
CEO, http://antwebsystems.com


Attached Message Part (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Docker

Paul Piper
Hi Paul,

there is also a Scipio ERP docker image available on Docker Hub: https://hub.docker.com/r/ilscipio/scipio-erp/

Scipio ERP is a modern OFBiz fork. You can find out more about the project here: http://www.scipioerp.com/

Cheers,
Paul (the other one)