Quick Start

Installation

  1. Clone project from GitLab:
git clone https://gitlab.com/entici/public/entici-deploy.git
  1. Checkout desired version as a new branch:
# Example: git checkout tags/v2.1.1 -b v2.1.1-branch
git checkout tags/<TAG_NAME> -b <NEW_BRANCH_NAME>
  1. Configure .env file

Start Up

docker-compose -f docker-compose.yml up -d