Start and Stop Local Dev#
We're using DDEV and/or Lando for local development.
Start Local Development Environment#
- Open terminal.
- Go into site root folder.
cd ~/Sites/npl-d8
- Start the environment engine.
ddev start
ORlando start
- You should see "Launch the environment? (y/n)." Type yes.
yes
- You may get prompted for your computer password.
Troubleshoot Start Up#
See DDEV or Lando documentation.
Stop Local Development Environment#
- Make sure you're in the site folder.
cd ~/Sites/npl-d8/
- Make sure all work is exported and committed.
- Stop the environment engine.
ddev stop
ORlando stop