Skip to content

accesso-app/releases

Repository files navigation

accesso releases

Deploy workflows

Setup local instance

  1. Install docker (install for mac) and docker-compose (install)
  2. Clone this repository to accesso-releases directory (it helps to identify images in docker ps list)
  3. cd accesso-releases
  4. Copy .env.sample to .env. Modify content of `.env. if required
  5. Install local certificate via mkcert
  6. 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