- A new php service A new recipe using a single docker image
- A new lamp recipe using the service
- A Mutagen support to speed-up your Docker Desktop for MacOS
- Mutagen installed and running on your host
- Lando (obviously :))
curl -s https://raw.githubusercontent.com/agence-adeliom/lando-adeliom/main/scripts/mac-install.sh | bash
The above command will download and run a script which installs the latest release of the plugin to ~/.lando/plugins/lando_adeliom
# rm -rf ~/.lando/plugins/lando_adeliom # Delete previous install
mkdir -p ~/.lando/plugins && wget https://github.com/agence-adeliom/lando-adeliom/releases/latest/download/release.zip -O /tmp/lando-adeliom.zip && unzip -o /tmp/lando-adeliom.zip -d ~/.lando/plugins && rm /tmp/lando-adeliom.zip
There is currently an issue with lando where dashes in a plugin's name prevent it from working. Until this is fixed, run this command to rename the plugin:
mv ~/.lando/plugins/lando-adeliom ~/.lando/plugins/lando_adeliom
Show instructions
Add the plugin in ~/.lando/plugins
. Your directory will look like this:
~/.lando/plugins/lando_adeliom:
-rw-r--r--@ 1 user group 193 Feb 21 17:07 BaseError.js
-rw-r--r--@ 1 user group 455 Feb 21 17:07 Logger.js
-rw-r--r--@ 1 user group 2338 Feb 21 17:07 Mutagen.js
-rw-r--r--@ 1 user group 3766 Feb 21 17:07 MutagenConfigManipulator.js
-rw-r--r--@ 1 user group 2465 Feb 21 17:07 app.js
-rw-r--r--@ 1 user group 193 Feb 21 17:07 index.js
drwxr-xr-x@ 6 user group 192 Feb 21 17:07 node_modules
-rw-r--r--@ 1 user group 1277 Feb 21 17:07 package.json
-rw-r--r--@ 1 user group 96577 Feb 21 17:07 package-lock.json
Lando will now load the plugin automatically on any lando
CLI command. You can verify this by running lando info -v
and searching for the line
DEBUG ==> plugin lando_adeliom loaded from /Users/user/.lando/plugins/lando_adeliom/index.js
Made with ❤️ by @agence-adeliom