Set up a subdomain and database on your server, and set up your local dev environment.
- Set up subdomain
- Do this first so it has time to propagate and get an ssl cert.
- Create the local site in lando.
- Configure new mysql service
- Set up proxy
- Rebuild lando
- Configure site directory
- Edit sites/sites.php
- Add sites/beachbar directory
- Install local beachbar site
- mantratheme profile
- Move salt and database credentials to settings.local.php
- Configure settings.php
- Allowed hosts
- Config dir
- Uncomment settings.local.php include.
- Create drush aliases
- drush/sites/mantra.site.yml
- drush/sites/lando.site.yml
- Commit and push changes to dev environment
- .lando.yml
- sites/sites.php
- drush/sites
- sites/beachbar/settings.php
- config/beachbar
- Set up dev database
- Use database wizard to create a database and user.
- Make sure to save the password.
- Install dev site
- Or push db.
Topics