From ef59a6a39ab7aa63f1e18059c10e72d0c9858206 Mon Sep 17 00:00:00 2001 From: jpotts Date: Tue, 29 Jan 2019 14:16:41 +0000 Subject: [PATCH] Add step to clean up project name references in run.sh and run.cmd --- docs/advanced-topics/upgrading.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/advanced-topics/upgrading.md b/docs/advanced-topics/upgrading.md index ef4637ad..47177c29 100644 --- a/docs/advanced-topics/upgrading.md +++ b/docs/advanced-topics/upgrading.md @@ -23,6 +23,10 @@ For example, you might create a new project called "test-aio-400" to use as a ba 1. Copy run.bat and run.sh from base to target project. +## Clean up the references in the copied scripts + +The run.bat and run.sh scripts have references to the project name. Edit these to change the references that use the base project name to the target project name. + ## Copy the docker directory from base into target 1. Recursively copy the docker directory from base into target.