Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafabene/devops-demo
https://github.com/rafabene/devops-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafabene/devops-demo
- Owner: rafabene
- License: mit
- Created: 2015-02-25T01:57:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T19:43:56.000Z (almost 6 years ago)
- Last Synced: 2024-04-16T11:42:10.225Z (9 months ago)
- Language: Shell
- Size: 8.56 MB
- Stars: 71
- Watchers: 24
- Forks: 62
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Ticket-Monster HA Cluster using Containers
------------------------------------------This project contains images and files that allows you to run [Ticket Monster](http://www.jboss.org/ticket-monster/) on a [WildFly](http://www.wildfly.org) server.
You can use [Docker](https://www.docker.com/), [Kubernetes](http://kubernetes.io/) or [Openshift](https://www.openshift.org/).
More info: http://rafabene.com/2015/12/15/docker-learning-path-wildfly/
The pieces of this demo are:
- Wildfly 10.x Application Server + Ticket Monster application
- Postgres 9.x Database Server
- Apache HTTPD + mod_cluster![](http://rafabene.com/images/docker_mod_cluster.png)
==================================
To run this demo on raw `Docker`, check [Docker image Readme.md](https://github.com/rafabene/devops-demo/blob/master/Dockerfiles/ticketmonster-ha/Readme.md)
To run this demo using `Docker Compose`, check [Docker Compose Readme.md](https://github.com/rafabene/devops-demo/blob/master/compose/Readme.md)
To run this demo on a `Docker Swarm Cluster`, check [Docker Swarm Readme.md](https://github.com/rafabene/devops-demo/blob/master/swarm/Readme.md)
To run this demo on a `Kubernetes Cluster`, check [Kubernetes Readme.md](https://github.com/rafabene/devops-demo/blob/master/kubernetes/Readme.md)
To run this demo on `Openshift`, check [Openshift Readme.md](https://github.com/rafabene/devops-demo/blob/master/openshift/Readme.md)