diff --git a/README.md b/README.md index 14f376579..114e8d606 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,28 @@ To support multiple instances of the CMS on one machine (i.e. local development) docker-compose -f docker-compose.custom.yml … ``` +### (Optional) Migrate Website from Older Version + +Some websites need static resources to supplement their migration. + +1. __If__ you did not [create your project by cloning `example-cms`](#custom-resources), __then__: + 1. Copy `templates/fullwidth.html` from `taccsite_custom/example-cms/` to `taccsite_custom/name-of-project/`. + 2. Copy `static/.../css/src/migrate.v1_v2.css` from `taccsite_custom/example-cms/` to `taccsite_custom/name-of-project/`. +2. Update `taccsite_custom/name-of-project/templates/fullwidth.html` to load migration assets e.g.: + - Change + + ```html + + + ``` + + - To + + ```html + + + ``` + ## Run the CMS ### Prerequisites diff --git a/taccsite_custom b/taccsite_custom index b2c46a920..af8c7cc4c 160000 --- a/taccsite_custom +++ b/taccsite_custom @@ -1 +1 @@ -Subproject commit b2c46a92048e47bfe5f29091eda2d2d7b1deed65 +Subproject commit af8c7cc4cd5d2512104858742226680943f88e9d