Test Docs Changes - TACC/Core-Portal GitHub Wiki
- 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.