Skip to content

How to set up a semi-professional cloud to develop and deploy microservices.

Notifications You must be signed in to change notification settings

aabril/cicd-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CI-CD Handbook

Long title could be:

How to set up a semi-professional cloud to develop and deploy microservices

On this handbook, we will describe how to set and run an environment to quickly deploy and run your microservices on a semi-professional cloud.

The tools used for this handbook are:

  • Kubernetes
  • gitea
  • woodpecker-ci
  • docker
  • terraform

mdbook

This book is being written using mdbook. it is needed to build and serve the book locally.

Install vía cargo

mdbook can be installed using cargo, if it is present on your system. Cargo can be installed vía the official rust tool rustup.

If you already have cargo on your system, just cargo install mdbook

Install via brew

As an alternative, you can use brew package manager too, as simple as: brew install mdbook

Run the book locally

mdbook will serve the book as html in your system on the port 3000 by default.

Just run: mdbook watch

About

How to set up a semi-professional cloud to develop and deploy microservices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published