-
Notifications
You must be signed in to change notification settings - Fork 1
Test CMS Changes
W. Bomar edited this page Mar 17, 2021
·
22 revisions
- Have an existing Core-CMS.
- (If docker containers are running) Stop (i.e. bring
down
) the dockers. - Checkout relevant branch.
- Run command
npm run build
. - Start (i.e. bring
up
) the docker containers.
Warning: These steps have not been thoroughly verified.
- Have an existing Core-CMS.
- (If docker containers are running) Stop (i.e. bring
down
) the dockers. - Checkout relevant branch.
- Delete
/static
directory. - In the relevant
docker-compose
config file, update theservices
:cms
:image
value to a provided docker image tag. - Rebuild the CMS docker container.
- Start (i.e. bring
up
) the docker containers. - In the CMS container, run
python manage.py collectstatic --no-input
.
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. - Checkout relevant branch.
- Delete
/server/cms/static
directory. - In the relevant
docker-compose
config file, update theservices
:cms
:image
value to a provided docker image tag. - Rebuild the CMS docker container.
- Start (i.e. bring
up
) the docker containers. - In the CMS container, run
python manage.py collectstatic --no-input
.
TACC ACI WMA Core-CMS Project Documentation