This isle-docker-compose
project is, at least temporarily, specific to Digital.Grinnell!
overrides the standard ISLE-Drupal-Build-Tools
with an alternate configuration.
This project overrides ISLE's default/standard ISLE-Drupal-Build-Tools
with an alternate configuration.
You probably don't unless you are the sysadmin for https://Digital.Grinnell.edu.
See https://github.com/DigitalGrinnell/ISLE_docker_compose for details.
It's easy, assuming the isle-docker-compose
command is already defined, just follow these steps...
- Open a terminal to your ISLE host, and in that terminal...
- Navigate (
cd
) your working directory to ISLE, the directory that holds yourdocker-compose.yml
file. Probablycd /opt/ISLE
. - Navigate (
cd
) into yourISLE_docker_compose
directory with:cd ISLE_docker_compose
. git clone
this repository to your ISLE host usinggit clone https://github.com/DigitalGrinnell/95_override_ISLE_Drupal_Build_Tools.git; cd ..
.- Spin up your ISLE instance using our special form of
docker-compose up
, like so:./isle-docker-compose
. - Your ISLE instance should spin up just as if you had issued
docker-compose up -d
, but with this feature engaged.