Skip to content
Snippets Groups Projects
Commit edb1f006 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Merge branch 'minor-documentation-tweak' into '2.8.2.1-DEVELOMENT'

Minor documentation and makefile tweak after setting up the project in Ubuntu

See merge request !1495
parents 9e7d864f 9d97f9b1
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1495Minor documentation and makefile tweak after setting up the project in Ubuntu
Pipeline #12414 passed
......@@ -6,7 +6,7 @@ all: dev check-build
# install pre-commit and install hooks from .pre-commit-config.yaml
init:
brew install pre-commit
brew install pre-commit || sudo apt install pre-commit
pre-commit install
# Make sure pycapo gets built
git submodule update --init --recursive
......
......@@ -26,7 +26,7 @@ Initial Setup
This will build your local development images and containers.
Then, do the following to allow worklows to execute:
Then, do the following to allow workflows to execute:
.. code-block:: sh
......@@ -116,6 +116,11 @@ If you notice an error like `Fatal: could not read from remote repository`, try:
2. Run ``git clone --depth=1 gitlab@gitlab.nrao.edu:scg/condor_transfer_plugin.git`` in ``workspaces/``
3. Try the above ``docker compose`` command again
If you notice an error like `Could not open /code/services/notification/notification.log: Permission denied` (This can also apply to the Workflow and Capability container)
1. Make sure the container has write permissions to the `services/<container>` directory, e.g. `chmod 777 services/*`
Running Different Docker Setups
~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment