Skip to content

cardbox/releases

Repository files navigation

cardbox releases

Deploy workflows

Setup local instance

  1. Install docker (install for mac) and docker-compose (install)
  2. Clone this repository to cardbox-releases directory (it helps to identify images in docker ps list)
  3. cd cardbox-releases
  4. Copy .env.sample to .env. Modify content of `.env. if required
  5. Start services with docker-compose up -d. Stop it with docker-compose down

Instructions

Install certificate Install mkcert:

macOS

brew install mkcert
brew install nss # if you use Firefox

linux

Get latest mkcert release from (mkcert releases)

Run mkcert -install

Run scripts/create-cert/sh