@ -6,6 +6,7 @@ These offline deployment scripts are suited for deploying Doccano on an air gapp
The preparation requires another machine (VM 1) with internet access and `docker`/`docker-compose` preinstalled (with $USER in `docker` group) and running the same Ubuntu distribution as VM 2.
The focus is primarily on the `docker-compose`-based production deployment.
The files mentioned in this document are located in the `tools/offline_deployment/` directory.
## Setup Steps
@ -21,7 +22,7 @@ Now, move over to VM 2
4. Run the scripts `offline_02_*.sh` in ascending order
Do NOT run these scripts as `sudo`! The scripts will ask for sudo-permissions when it is needed.
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`
6. Run `docker-compose -f docker-compose.prod.yml up`in the repository root directory or use the script `offline_03_*.sh`