Giter Site home page Giter Site logo

gareyhoffman / docker-cmdbuild Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quentinvarquet/docker-cmdbuild

0.0 2.0 0.0 57 KB

This is the unofficial (updated !) repository with all the versions of CMDBuild for Docker

Home Page: https://hub.docker.com/r/quentinv/cmdbuild/

docker-cmdbuild's Introduction

CMDBuild in Docker (Last version 2.4.1)

cmdbuild_logo

Last update : 20/06/2016 . Add cmdbuild 2.4.1

From cmdbuild 2.4.0 I will stop adding the docker-compose file with the link option

Please open issues on github

CMDBuild

CMDBuild is a web environment in which you can configure custom solutions for IT Governance, or more generally for asset management.

Docker

Docker allows you to package an application with all of its dependencies into a standardized unit for software development.

More information :

Information

This is the unofficial (updated !) repository with all the versions of cmdbuild. You can choose wich version of tomcat you would like to use for your project.

I will update the repository every time there is a new version of cmdbuild available

Supported tags and respective Dockerfile links

Example

docker run --name cmdbuild -p 8080:8080 -d quentinv/cmdbuild:t6-2.1.4 
  • t6 : Version of tomcat
  • 2.1.4 : Version of cmdbuild

You want the last version ?

docker run --name cmdbuild -p 8080:8080 -d quentinv/cmdbuild:latest

Tags

Tomcat 6 with java 8

Tomcat 7 with java 8

Docker Compose

I created a docker-compose.yml for every version of cmdbuild. (tomcat + postgresql).

You can use the following : --link option (deprecated) or the network feature (since docker 1.10 and docker-compose 1.6).

Docker Compose files

Links (deprecated)

Tomcat 6 with java 8

Tomcat 7 with java 8

Network

Tomcat 6 with java 8

Tomcat 7 with java 8

Database configuration

Networks
  • Host: pgsql_container_name
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password
Links
  • Host: name_of_the_link (database in my docker-compose files)
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.