From 06e4d18ef4359ea731b993a7805030653b7c2899 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 5 Sep 2025 14:08:14 -0400 Subject: [PATCH] Make mention of Amanita for project setup --- tools/creating-new-drutopia-site.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index 6e57aee..9f577d0 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -27,6 +27,8 @@ These last two repositories are private to Agaric and others maintaining the Dru Commands for copying throughout will assume this above setup. +Set up of the composer file, general project structure, ddev, and so on can also be handled by [Amanita](https://gitlab.com/agaric/python/amanita/#usage). + ## Create a new site project For Agaric clients, the online home for the project will usually be at [Agaric's Forgejo project hosting site](https://git.agaric.com), first creating an organization (such as `example-client`, the short name that Forgejo takes first must be treated as a machine name) and then the project (such as `example-org`) that would live a URL such as `https://git.agaric.com/example-client/example-org`.