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

Hans Bakker commented on OFBIZ-10407:
-------------------------------------

Thanks Deepak for your comments.

Yes in GrowERP we are using OFBiz-16 and these files are enabling cache within 
ofbiz. It will copy these files into the ofbiz system when the dockerimage is 
starting up.....

This initial patch for ofbiz is welcoming comments as much as possible because 
docker not only is the choice for running a system in production but also to do 
OS independent software development.

For your information we are using the docker-machine command to automatically 
install a docker environment on AWS on a 4 processor 16Gb instance en running 9 
small ofbiz/growerp instances on it with excellent performance. examples: 
antwebsystems.com, productfromthailand,com growerp.com growerpdemo.com

I think that the docker production environment is much better than the tenant 
function in OFBiz and that the tenant function should be removed.

Regards,

Hans
 

> 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)

Reply via email to