Skip to content

manarhamada564/java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java App - Training and Education for DevOps Pipeline

Welcome to the Java App repository! This project is designed for training and educational purposes, specifically aimed at providing a hands-on experience for DevOps engineers to create and manage pipelines. In this repository, you will find a containerized Java application that serves as a starting point for learning DevOps practices.

Table of Contents

Project Overview

This Java application is a simple example to help DevOps engineers understand how to work with Java apps in a containerized environment. It can be used as a learning tool for creating and managing CI/CD pipelines and deploying Java applications to various environments.

Installation

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Hassan-Eid-Hassan/java.git
    cd your-repo
  2. Build the Docker image:

    docker build -t java-app .
  3. Run the Docker container:

    docker run -d -p 8090:8090 java-app

Usage

Once the container is running, the Java application should be accessible at http://localhost:8080. You can interact with the application through the provided endpoints.

Creating a Pipeline

This repository serves as a learning platform for creating a DevOps pipeline. You can experiment with various CI/CD tools such as GitHub Actions, Jenkins, or GitLab CI/CD to create a pipeline that builds, tests, and deploys the Java application.

For example, you might:

  • Build the application using Maven or Gradle.
  • Test the application using JUnit or other testing frameworks.
  • Deploy the containerized application to a staging or production environment.

Feel free to explore and customize the pipeline according to your learning goals.

Contributing

Contributions are welcome! If you find issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors