Skip to main content
Version: 2.0.0

Quickstart

Pre-requisites

Required:

Running Locally

  1. Clone Repo
git clone https://github.com/mssfoobar/tag.git
  1. Copy and remove the .sample in repository root directory. Provide the necessary variables inside the .env file.

  2. Start services by running command

go run cmd/tag/main.go

Docker setup

  1. Install Docker
  2. Install Docker-Compose
  3. Docker Post-installation setup
  4. Clone
git clone https://github.com/mssfoobar/ar2-ims.git
  1. Start docker-compose
docker-compose up -d
  1. Cleanup Docker
docker-compose down