Skip to content

Start and Stop Local Dev#

We're using DDEV and/or Lando for local development.

Start Local Development Environment#

  1. Open terminal.
  2. Go into site root folder.
    cd ~/Sites/npl-d8
  3. Start the environment engine.
    ddev start OR lando start
  4. You should see "Launch the environment? (y/n)." Type yes.
    yes
  5. You may get prompted for your computer password.

Troubleshoot Start Up#

See DDEV or Lando documentation.

Stop Local Development Environment#

  1. Make sure you're in the site folder.
    cd ~/Sites/npl-d8/
  2. Make sure all work is exported and committed.
  3. Stop the environment engine.
    ddev stop OR lando stop