Bootstrap a new LocalGov Drupal project quickly with Lando. No local install of Composer or PHP needed. Just Lando.
- Click "Use this template" button above
- Create your new repository
- Clone your new repository locally
- Run
lando start - Run
lando init-project - Run
lando rebuild -y - Run
lando drush si localgov -y
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 -yThis is a bootstrap repository. After running lando init-project:
.lando.ymlis renamed to.lando.bootstrap.yml- LocalGov's own
.lando.dist.ymltakes over - You can safely delete
.lando.bootstrap.ymlandLANDO.md
- Downloads LocalGov Drupal via Composer
- Renames bootstrap files to avoid conflicts
- Sets up your project structure
- Hands off to LocalGov's configuration
- Lando installed
- Docker running
- Composer (provided by Lando)
Note: This template automatically configures itself and steps aside for the LocalGov project structure.