Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 861 Bytes

CONTRIBUTE.md

File metadata and controls

23 lines (20 loc) · 861 Bytes

For contributor

Requirements

  1. Docker
  2. Docker compose

Got ERROR Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running?

sudo usermod -aG docker $USER
sudo systemctl restart docker
su $USER -

Setup

  1. Copy .env.dist file to .env and update settings

    *TIP: $ cp .env.dist .env

  2. Run $ echo "DOCKER_UID=$UID" >> .env

    TIP: Or add DOCKER_UID=1000 to the .env file

  3. docker-compose up -d

NOTE: MySql hostname is "mysql" not localhost