Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 750 Bytes

File metadata and controls

49 lines (32 loc) · 750 Bytes

Installation

git clone git@github.com:JanGalek/multiplePhp.git

Requirements

  • docker
  • docker-compose

Configuration

  • Copy config.bash.example to config.bash
cp config.bash.example config.bash
  • Change your variables inside config.bash

For Linux

allow scripts to run

chmod +x scripts/*

PHP

  • Copy docker-compose.yml.example to docker-compose.yml
cp docker-compose.yml.example docker-compose.yml

set your volumes, don't change target path

Variables

REPOSITORY_DIR

path to your repositories

System

Set your system, there is only one condition, LINUX or whatever

RUN_SUDO

For linux, set to 1 for enable or 0 to disable. Another systems it has disabled.