i
Install in Docker
Below are the steps to install and update the version of Deyel using the docker-compose file.
Initial Installation
Step 1: Download the docker-compose file
•Ask the Deyel team for the credentials to download the image from AWS ECR and the link to download the backup with the initial database.
•Install AWS CLI following the installation instructions.
•Execute the following statements to login and download the docker image:
- aws configure
Enter the credentials to access the AWS ECR repository
- aws ecr get-login-password | docker login --username AWS --password-stdin 955768960522.dkr.ecr.us-east-1.amazonaws.com
- docker pull 955768960522.dkr.ecr.us-east-1.amazonaws.com/deyelonpremise:<8.1.0.5.3>
If the suffix indicates the version to install, it must be replaced by the corresponding one.
Step 2: Set the directory to save the installation properties file
Create the folder on the server where docker runs to define the volume, for example docker compose uses the ./app-conf folder.
Step 3: Set directory to save log files
Create the folder on the server where docker runs to define the volume, for example docker compose uses the ./app-logs folder.
Step 4: Execute:
docker-compose up -d
Continue with installation step 3
Version Update
In each delivery, the docker image is delivered to carry out the installation and the docker-compose file must be modified, replacing the name of the docker image (image:) using the downloaded version.
Then the update must be carried out by executing:
docker-compose up -d