-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add information about installing and using lando with a Pantheon site using quickstart. #144
Comments
Suggestions: Developing new features for your custom pantheon site locally.First time Lando setupLando is a local development tool that works with Pantheon to make a local version of a live site. Download LandoOnce installed, familiarize yourself with the available commands. Each Lando command is documented in the CLI For example if you type For all Lando commands type Get access to download the site from Pantheon.If you do not have access, please request it from the web team in Slack. Then in your pantheon account create a machine token. Add SSH Key to Pantheonhttps://pantheon.io/docs/ssh-keys Set up sshAdd the following to your
Download Pantheon site with Lando.
Logging into the local drupal site that you have created with Lando.Get yourself a one-time login link
Other Drush commandsFor a full list of drush commands type Update the database with pending database updates Import pending config from the upstream
Clear the Drupal cache
Updating Drupal modules.The Drupal site uses Composer to manage dependencies. Basic Composer usageChanging a module version
Updating the codebase manually with the Quickstart upstream:The az-admissions site lives on the Quickstart upstream to simplify the update process. After downloading the site from pantheon with lando, and changing into the directory that contains it, full git functionality should be available to you.
If you need to fix merge conflicts, do so. If you don't know how, ask in Slack. Configure gatsby to point at your local copy instead of live or test.Gatsby will error on any |
Conditions of satisfaction
Determine which parts of this doc, https://github.com/az-digital/arizona-gatsby#first-time-lando-setup also apply to any pantheon site.
The text was updated successfully, but these errors were encountered: