-
Notifications
You must be signed in to change notification settings - Fork 0
Test Docs Changes
W. Bomar edited this page Sep 7, 2021
·
5 revisions
- Deploy branch on available development server for the relevant project.
Warning: These steps have not been thoroughly verified.
-
Have an existing Core-Portal.
-
(If docker containers are running) Stop (i.e. bring
down) the dockers. -
In the relevant
docker-composeconfig file, update theservices:docs:imagevalue to a provided docker image tag.Alternative
- To ensure you have the latest image, run:
docker-compose -f ./server/conf/docker/docker-compose-dev.all.debug.yml pull docs(source)
- To ensure you have the latest image, run:
-
Rebuild the
docsdocker container without cache.Steps
docker-compose -f server/conf/docker/docker-compose-dev.all.debug.yml up --force-recreate --no-deps -d docs -
Start (i.e. bring
up) the docker containers.
TACC ACI WMA Core-Portal Project Documentation