Skip to content

Bootstrap a new LocalGov Drupal project with Lando.

Notifications You must be signed in to change notification settings

jamesfmcgrath/localgov-lando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LocalGov Drupal - Lando Bootstrap

Use this template

Bootstrap a new LocalGov Drupal project quickly with Lando. No local install of Composer or PHP needed. Just Lando.

πŸš€ Quick Start

Option 1: Use Template (Recommended)

  1. Click "Use this template" button above
  2. Create your new repository
  3. Clone your new repository locally
  4. Run lando start
  5. Run lando init-project
  6. Run lando rebuild -y
  7. Run lando drush si localgov -y

Option 2: Manual Clone

git clone https://github.com/jamesfmcgrath/localgov-lando.git my-project
cd my-project
rm -rf .git  # Remove git history
git init     # Start fresh
lando start
lando init-project
lando rebuild -y
lando drush si localgov -y

⚠️ Important

This is a bootstrap repository. After running lando init-project:

  • .lando.yml is renamed to .lando.bootstrap.yml
  • LocalGov's own .lando.dist.yml takes over
  • You can safely delete .lando.bootstrap.yml and LANDO.md

πŸ“ What Happens

  1. Downloads LocalGov Drupal via Composer
  2. Renames bootstrap files to avoid conflicts
  3. Sets up your project structure
  4. Hands off to LocalGov's configuration

πŸ”§ Requirements

  • Lando installed
  • Docker running
  • Composer (provided by Lando)

πŸ“š Resources


Note: This template automatically configures itself and steps aside for the LocalGov project structure.

About

Bootstrap a new LocalGov Drupal project with Lando.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published