🐒 Update README.md

This commit is contained in:
cheshire 2023-10-13 17:30:43 +02:00
parent 87722fc31c
commit 816caee0e0

View file

@ -3,4 +3,21 @@
Intro to hscloud service creation. This set of documents aims to document the process of getting into hscloud.
- [english version](./en/README.md)
- [polish version](./pl/README.md)
- [polish version](./pl/README.md)
## Preparing the environment
- Building on NixOS ([en](./en/01-prepare-nixos.md) / [pl](./pl/01-prepare-nixos.md))
- Building on Ubuntu ([en](./en/01-prepare-ubuntu.md) / [pl](./pl/01-prepare-ubuntu.md))
## Preparing tools
- Build environment ([en](./en/02-build-environment.md) / [pl](./pl/02-build-environment.md))
## Deploying a sample service
- Deploying the ldapweb service ([en](./en/03-create-service.md) / [pl](./pl/03-create-service.md))
## Building own service
- Building a simple Flask web application ([en](./en/04-build-own-web-app.md) / [pl](./pl/04-build-own-web-app.md))