Coder Social home page Coder Social logo

plb-formation / conference-application Goto Github PK

View Code? Open in Web Editor NEW

This project forked from promogekko/conference-application

0.0 0.0 2.0 1.59 MB

License: MIT License

Dockerfile 0.12% Shell 1.72% Java 96.23% CSS 0.48% JavaScript 0.13% HTML 1.32%

conference-application's Introduction

Quickstart

Prerequisites:

# MySQL 
docker run --name javalandDB -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=app -p 3306:3306 -d mysql

For running the app incl. the Spring Boot Admin client use the following commands.

# Start monitoring app
cd monitoring
mvn clean install
java -jar target/monitoring*.jar

# Start conference-app with environment configuration
cd conference-app
mvn clean install
java -jar -Dspring.config.location=config/production.properties target/conference-app*.war
java -jar -Dspring.config.location=config/staging.properties target/conference-app*.war
java -jar -Dspring.config.location=config/test.properties target/conference-app*.war

For demo reasons we start the app three times with different ports. In your spring admin client web app you should see three versions of the conference app.

You can access the conference apps under:

Environment Link
Test http://localhost:8080
Staging http://localhost:8081
Production http://localhost:8082
Monitoring http://localhost:8888

conference-application's People

Contributors

dockerlite avatar promogekko avatar

Forkers

machao81 toto2626

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.