Skip to content

ramananayak/devops-hands-on-project-hivebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic DevOps Roadmap Community Telegram Group Fork on GitHub

HiveBox - DevOps End-to-End Hands-On Project

HiveBox - DevOps End-to-End Hands-On Project

[!CAUTION] > Fork this repo, and create PRs in your fork, NOT in this repo!

Tip

If you are looking for the full roadmap, including this project, go back to the getting started page.

This repository is the starting point for HiveBox, the end-to-end hands-on project.

You can fork this repository and start implementing the HiveBox project. HiveBox project follows the same Dynamic MVP-style mindset used in the roadmap.

The project aims to cover the whole Software Development Life Cycle (SDLC). That means each phase will cover all aspects of DevOps, such as planning, coding, containers, testing, continuous integration, continuous delivery, infrastructure, etc.

Happy DevOpsing ♾️

Before you start

Here is a pre-start checklist:

Preparation




Implementation

ADD YOUR IMPLEMENTATION DOCUMENTATION HERE

  • As a part of phase-1 github forked repo and github project is created

phase-2

  • create a requirement file to install python packages
  • create a Dockerfile to run app from python package and setup version as environment veriable
  • print the version and exit

steps to run

podman build --tag devops-phase-2-lab --build-arg VERSION="$(git describe --tags)" .

podman run -p 5001:5000 -d --name devops-phase-2-lab devops-phase-2-lab

About

The starting point for HiveBox, the end-to-end hands-on project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.1%
  • Dockerfile 38.9%