itmicus / cmdbuild_docker

CMDBuild 3.4 with READY2USE 2.3 and openMAINT 2.3 in Docker
85 stars 56 forks source link

CMDBuild 3.3 and OpenMaint 2.1 #19

Closed biker2000on closed 4 years ago

biker2000on commented 4 years ago

Hi,

The new versions of OpenMaint and Ready2Use were released yesterday. Can you please update these so we can build containers with the new versions?

Thanks, Justin

afcarvalho-dev commented 4 years ago

I don't mind sharing a new deployable version if @itmicus allows me to

afcarvalho1991 commented 4 years ago

(ongoing will make a pull request soon)

afcarvalho1991 commented 4 years ago

When allowed to, I will make a pull request @itmicus ! Otherwise, I will create a fork :)

afcarvalho1991 commented 4 years ago

@itmicus please invite this account @afcarvalho1991 instead of @afcarvalho-dev.

I have everything ready 👍

itmicus commented 4 years ago

@itmicus please invite this account @afcarvalho1991 instead of @afcarvalho-dev.

I have everything ready 👍

i did it ) welcome

afcarvalho1991 commented 4 years ago

@biker2000on you can now use this branch and build the docker image (locally)

git clone https://github.com/itmicus/cmdbuild_docker
git checkout add-cmdbuild-3.3

To build the images use:

docker build -t itmicus/cmdbuild:db-3.0 3.0/postgres/. --label "version=1.0" --label "maintaner=Itmicus <order@itmicus.ru>"
docker build -t itmicus/cmdbuild:om-2.0-3.3 openmaint-2.0-3.3/. --label "version=1.0" --label "maintaner=Itmicus <order@itmicus.ru>"

To deploy the database and openmaint:

cd openmaint-2.0-3.3/
docker-compose up

Should now be up and running after a 1 minute or 2 minutes. http://localhost:8090/cmdbuild

If you have any questions just ask!

biker2000on commented 4 years ago

Perfect. Thank you.