lando / acquia

The Official Acquia Lando Plugin
https://docs.lando.dev/acquia
GNU General Public License v3.0
2 stars 6 forks source link
acquia acquia-cloud lando lando-hosting-integration lando-plugin lando-recipe

Acquia Lando Plugin

This is the official Lando plugin for Acquia. When installed it...

Of course, once a user is running their Acquia project with Lando they can take advantage of all the other awesome development features Lando provides.

Basic Usage

Clone a project down from Acquia.

# Make and go into an empty directory
mkdir myproject && cd myproject

# Go through interactive prompts to get your code from acquia
lando init --source acquia

# OR if you already have your acquia code locally
cd /path/to/repo
lando init \
  --source cwd \
  --recipe acquia

# Start it up
lando start

# Import your database and files
lando pull

# List information about this app.
lando info

Once your project is running you can access relevant tooling commands.

For more info you should check out the docs:

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack.

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Development

If you're interested in working on this plugin then we recommend you check out the development guide.

Maintainers

Contributors

Made with contributors-img.

Other Selected Resources