From 59f9f60a95c80f9162aee18f631e9390ffb1784a Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 14 Oct 2022 12:44:25 -0600 Subject: [PATCH] Initial Readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b6c0ab..6ed10b2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# hosting -Documentation and code related to laconic self-hosting +# Laconic Hosting +Documentation and code related to self-hosting laconic network development and build services. +## Goals +1. Bootstrap development services for Laconic including source code repository, CI/CD pipeline, package registries. +1. Achieve #1 relying only on the following prerequisites: + * General purpose computer hardware + * Popular Linux distributions + * Base software construction tools: compilers and so on + * Docker (->Podman?) + * Internet connectivity + * Public DNS + * A set of "seed" git repositories, hosted at an existing Laconic deployment, or GitHub for first-generation seed. +2. Do not require any of the following (although they may be used if desired): + * Commercial cloud hosting services + * Public package registries + * Public container repositories + * Closed source software