Skip to content

Commit

Permalink
Merge pull request #930 from kinor/master
Browse files Browse the repository at this point in the history
Update general.rst
  • Loading branch information
JoshuaSBrown authored Jan 23, 2024
2 parents 1e639a8 + 160da2e commit 9e9beda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc_source/source/admin/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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::
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit 9e9beda

Please sign in to comment.