DomainNavigator is a Drupal module by More than Themes, facilitating seamless navigation between domains within your Drupal installation. Easily showcase and explore different Drupal implementations with user-friendly menu options that redirect users to corresponding domains based on key parameters.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
- DDEV
-
Setup DDEV
Run the following to setup DDEV:
make setup
-
Create a stock Drupal project, symlink the module and enable it
Run the following command to create a stock Drupal project, symlink the module and enable it:
make drupal
-
Launch the website
You can launch the website with the following command:
ddev launch
When you're done, you can stop any DDEV instance with the following command:
make down
The project is also pre-configured to run in Codespaces and start a DDEV environment there. Simply open the project in Codespaces to get started.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details