-
Notifications
You must be signed in to change notification settings - Fork 2
Home
danjampro edited this page Mar 11, 2021
·
19 revisions
Welcome to the huntsman-drp wiki!
Ensure docker
and docker-compose
are installed. You will also need to clone huntsman-config
:
git clone https://github.com/AstroHuntsman/huntsman-config
Most of the time, the docker services should already be running. If they are not, run:
cd huntsman-config/conf_files/drp
git pull
docker-compose pull
docker-compose --env-file dccompute3.env up
Once the docker services are running, use the following command to enter an interactive control session:
docker exec -it control /bin/bash
If you want to test local changes to either huntsman-drp
or obs_huntsman
, set the following environment variables:
-
HUNTSMAN_DRP
should point to the localhuntsman-drp
repository. -
OBS_HUNTSMAN
should point to the localobs_huntsman
repository.
Then run:
bash ${HUNTSMAN_DRP}/scripts/testing/run-local.tests.sh