From f9767602d72d6c053ee1a8c3aee013b9dff25e84 Mon Sep 17 00:00:00 2001 From: j-frei <27365662+j-frei@users.noreply.github.com> Date: Mon, 12 Apr 2021 22:49:11 +0200 Subject: [PATCH] Update README.md --- offline_deployment/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/offline_deployment/README.md b/offline_deployment/README.md index a30ae34f..cc7128b4 100644 --- a/offline_deployment/README.md +++ b/offline_deployment/README.md @@ -1,7 +1,7 @@ # Doccano Offline Deployment ## Use Case -These offline deployment scripts are suited for deploying Doccano on an airgaped Ubuntu 18.04/20.04 virtual machine (VM 2) with no internet connectivity. +These offline deployment scripts are suited for deploying Doccano on an air gapped Ubuntu 18.04/20.04 virtual machine (VM 2) with no internet connectivity. The preparation requires another machine (VM 1) with internet access and `docker`/`docker-compose` preinstalled and running the same Ubuntu distribution as VM 2. @@ -16,7 +16,7 @@ Run the following steps on VM 1: Now, move over to VM 2 -3. Copy the repository folder to VM 2 +3. Copy the repository folder from VM 1 to VM 2 4. Run the scripts `offline_02_*.sh` in ascending order 5. Make minor changes on `docker-compose.prod.yml` to change the admin credentials 6. Run `docker-compose -f docker-compose.prod.yml up` or use the script `offline_03_*.sh`