From 37882ffd07eab1a605dfc71eb1e8092f2ccdebcd Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:36:16 +0800 Subject: [PATCH] add env-migrator link (#3971) --- CONTRIBUTING.md | 1 + contrib/util/docker/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3aa23b96..c0fe60e62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,7 @@ You will need a "local" version of OpenEMR to make changes to the source code. T - If you haven't already, [install Docker](https://docs.docker.com/install/) and [install compose](https://docs.docker.com/compose/install/) for your system - If you want to troubleshoot with the below steps easier, please also [install openemr-cmd](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-cmd) for your system - If you want to monitor and easily manage the docker environment, please also [install openemr-monitor](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-monitor) and [install portainer](https://github.com/openemr/openemr-devops/tree/master/utilities/portainer) for your system + - If you want to migrate the running docker environment, please try [openemr-env-migrator](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-env-migrator) 3. Run `docker-compose up` from your command line - When the build is done, you'll see the following message: ```sh diff --git a/contrib/util/docker/README.md b/contrib/util/docker/README.md index 485e0963f..33499ed3f 100644 --- a/contrib/util/docker/README.md +++ b/contrib/util/docker/README.md @@ -23,6 +23,7 @@ sure you have a [fork](https://help.github.com/articles/fork-a-repo/) of OpenEMR - If you want to set up the base services(e.g. git, docker, docker-compose, openemr-cmd) easily, please try [openemr-env-installer](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-env-installer) - If you want to troubleshoot with the below steps easier, please also [install openemr-cmd](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-cmd) for your system - If you want to monitor and easily manage the docker environment, please also [install openemr-monitor](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-monitor) and [install portainer](https://github.com/openemr/openemr-devops/tree/master/utilities/portainer) for your system +- If you want to migrator the running docker environment, please try [openemr-env-migrator](https://github.com/openemr/openemr-devops/tree/master/utilities/openemr-env-migrator) **Step 2.** Start OpenEMR. ```bash -- 2.11.4.GIT