Skip to content

Commit

Permalink
Merge branch 'JoshuaSBrown-fix-ci-with-new-docker-images' of github.c…
Browse files Browse the repository at this point in the history
…om:ORNL/DataFed into JoshuaSBrown-fix-ci-with-new-docker-images
  • Loading branch information
JoshuaSBrown committed Feb 10, 2024
2 parents 1ab5bfe + fb1c171 commit 51d339c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
run: sudo apt-get update
- name: Install dependencies
run: |
./scripts/generate_datafed.sh
sudo ./scripts/install_core_dependencies.sh
./scripts/generate_datafed.sh
- name: Build
Expand Down
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 51d339c

Please sign in to comment.