GithubHelp home page GithubHelp logo

cifi3's Introduction

Cifi3

Note: Frozen - reference only

Wires up a client app with jenkins and github without exposing jenkins to github webhooks. Manage/automate/customize your deployments based on specific CI/CD needs.

Run

  • Ensure there is a database cifi3, if not, create it using mysql> create database cifi3;

  • mvn spring-boot:run -Dspring.profiles.active=local -Dlogback-debug=true -Dport=8080

  • If InspectIt for APM: -javaagent:C:\Apps\inspectIT\agent\inspectit-agent.jar -Dinspectit.repository=localhost:9070 -Dinspectit.agent.name=Sample

Test

  • In eclipse, right-click on com.anandchakru.app.repo.AppRestRepoTest Run As -> JUnit Test

  • Optional: Run Configurations -> Arguements -> Add -Dspring.profiles.active=test under VM arguements -> Run

  • To generate report: mvn clean surefire-report:report site -DgenerateReports=false

Usage

  • java -jar cifi.jar --cifi.hostname=<hostname> --spring.profiles.active=prod,master
  • java -jar cifi.jar --cifi.hostname=<hostname> --spring.profiles.active=prod,slave --cifi.master.server=192.168.1.18 --cifi.master.port=8080 --cifi.master.protocol=http

Refs:

  1. https://docs.spring.io/spring-data/rest/docs/current/reference/html/

cifi3's People

Contributors

anandchakru avatar

Stargazers

Luca Corsetti avatar  avatar

Watchers

James Cloos 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.