Git Product home page Git Product logo

ticket-monster-search's Introduction

TicketMonster - a JBoss example

TicketMonster is an online ticketing demo application that gets you started with JBoss technologies, and helps you learn and evaluate them.

Here are a few instructions for building and running it. You can learn more about the example from the tutorial.

Build and run locally

mvn clean install

This will build our application into a fat-jar that gets bootstrapped with WildFly Swarm. This can be run with a simple java -jar command line because all of its dependencies and classpath modules are included in the uber jar. For example, after running mvn install you can run the microservice like this:

java -jar target/ticket-monster-search-swarm.jar 

If you're changing this often, these two steps may not be ideal. You can run it with one command:

mvn wildfly-swarm:run

Ticket Monster with Docker

To run with docker:

mvn clean package -Pdefault,f8-build docker:build
docker run -it --rm -p 8080:8080 -e AB_OFF=true fabric8/ticket-monster-search:2.0-SNAPSHOT

Can port forward to your local machine from vagrant like this:

vagrant ssh -- -vnNTL *:8080:$DOCKER_HOST_IP:8080

Ticket Monster on Kubernetes

mvn -Pf8-build fabric8:apply

Running with a MySQL backend:

mvn clean package -Pmysql,f8-build docker:build

ticket-monster-search's People

Contributors

christian-posta avatar

Watchers

James Cloos avatar Marcelo Vicente Pesenti Fachinelli avatar

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.