From 3fdd11d74e2cc95ef93eb13aeef8a44e3b73ac24 Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:02:12 +0200 Subject: [PATCH] Docs: Add rafnav site install --- docs/container-aliases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/container-aliases.md b/docs/container-aliases.md index 3c01cbe7..7c6623e5 100644 --- a/docs/container-aliases.md +++ b/docs/container-aliases.md @@ -6,3 +6,4 @@ These alieases are contained the in the dockerfile under the "Add aliases" headi 2. ```frap-install```: shortcut for [frappe's bench script installer](development.md#setup-bench-/-new-site-using-script) 3. ```install-rafnav```: Installs RAFNAV and its dependencies for the current **in use** site. 4. ```start dev```: CD into the default bench directory and start the server. +5. ```install-site-rafnav```: Creates a new site (rafnav.localhost) and installs rafnav on it.