From 816caee0e000d6a5f3868b301fd2ec064cc0ccc6 Mon Sep 17 00:00:00 2001 From: cheshire Date: Fri, 13 Oct 2023 17:30:43 +0200 Subject: [PATCH] :monkey: Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf1bf9..57aa5e6 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +- [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)) \ No newline at end of file