From 160da2e83c3ad478a470be850c3ff9ef38985f3c Mon Sep 17 00:00:00 2001 From: Chad Peiper Date: Tue, 23 Jan 2024 10:05:20 -0500 Subject: [PATCH] Update general.rst added the missing build --- doc_source/source/admin/general.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc_source/source/admin/general.rst b/doc_source/source/admin/general.rst index 9b33e9d1e..1b9062e20 100644 --- a/doc_source/source/admin/general.rst +++ b/doc_source/source/admin/general.rst @@ -178,7 +178,7 @@ Building the compiling the core service:: -DBUILD_DOCS=False -DBUILD_PYTHON_CLIENT=False \ -DBUILD_FOXX=False cmake --build build --parallel 6 - sudo cmake --build --target install + sudo cmake --build build --target install Example datafed-core.cfg file:: @@ -230,7 +230,7 @@ Building the web service:: -DBUILD_DOCS=False -DBUILD_PYTHON_CLIENT=False \ -DBUILD_FOXX=False cmake --build build --parallel 6 - sudo cmake --build --target install + sudo cmake --build build --target install It should start automatically with an install but to run the web service, you can also interact with it via systemctl:: @@ -278,7 +278,7 @@ Building the repo service:: -DBUILD_DOCS=False -DBUILD_PYTHON_CLIENT=False \ -DBUILD_FOXX=False cmake --build build --parallel 6 - sudo cmake --build --target install + sudo cmake --build build --target install It should start automatically with an install but to run the repo service, you can also interact with it via systemctl::