From 1e784452f3cb7c19c0a9641173bc3fbaa8b9c5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Mar 2022 13:24:57 +0100 Subject: [PATCH] README: no longer a "proof of concept" --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 385936db..82f8a839 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Flamenco PoC +# Flamenco 3 + +This repository contains the sources for Flamenco 3. The Manager, Worker, and +Blender add-on sources are all combined in this one repository. -This repository contains a proof of concept of a next-generation Flamenco implementation. ## Building @@ -25,10 +27,12 @@ sudo snap install node --classic --channel=16 This also gives you the Yarn package manager, which can be used to install web dependencies and build the frontend files. + ## Swagger UI Flamenco Manager has a SwaggerUI interface at http://localhost:8080/api/swagger-ui/ + ## Database Flamenco Manager and Worker use SQLite as database, and Gorm as @@ -39,6 +43,7 @@ copying old data to a temporary table with the new schema, then swap out the tables. Because of this, avoid `NOT NULL` columns, as they will be problematic in this process. + ## License Flamenco is licensed under the GPLv3+ license.