Skip to content
Snippets Groups Projects
Commit c48535dc authored by Nathan Bockisch's avatar Nathan Bockisch Committed by Charlotte Hausman
Browse files

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

parent 87c5008e
No related branches found
No related tags found
3 merge requests!1571catch 2.8.2.3 up with main,!15592.8.2.2-DEVELOPMENT into main,!1551Cherry pick partial curation for patch
......@@ -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