You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Deepak Nigam (JIRA)" <ji...@apache.org> on 2018/05/16 11:27:00 UTC

[jira] [Commented] (OFBIZ-10407) create a docker image from the ofbiz system

    [ https://issues.apache.org/jira/browse/OFBIZ-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477255#comment-16477255 ] 

Deepak Nigam commented on OFBIZ-10407:
--------------------------------------

Hi [~hansbak], thanks for taking the step towards dockerization of OFbiz. I am able to setup OFBiz on my local machine by the running the docker command provided by you.

I reviewed the docker.patch also. In this, Dockerfile and other scripts are looking good to me, but I didn't understand the utility of cache.properties and widget.properties files. It seems these are from an older version of OFBiz.

Can you please provide some information about the utility of these properties in this dockerization effort?

> create a docker image from the ofbiz system
> -------------------------------------------
>
>                 Key: OFBIZ-10407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10407
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Hans Bakker
>            Priority: Minor
>         Attachments: docker.patch
>
>
> Attached an initial docker version from OFBiz copied from our GrowERP production system translated to svn repositories.
> I propose to create a docker directory in the ofbiz framework root of which a patch is attached.
> The image result is stored in hub.docker.com under the name ofbiz/full-trunk.
> It can be started in a docker environment with the following command:
> docker run -p 80:8080 -p 443:8443 ofbiz/full-trunk
> and after about 30 seconds it can be show in the browser under:
> [https://0.0.0.0/catalog/control/main]
>  
> the image can be created by executing this command in the ofbiz root when the patch is applied:
> docker build -t ofbiz/full-trunk docker
> the password to the ofbiz account at hub.docker.com will be supplied upon request.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)