Drupal CMS is a fast-moving open source product that enables site builders to easily create new Drupal sites and extend them with smart defaults, all using their browser.
If you want to use DDEV to run Drupal CMS locally, follow these instructions:
- Install DDEV following the documentation
- Open the command line and
cd
to the root directory of this project - Run the following commands:
ddev config --project-type=drupal11 --docroot=web
ddev start
ddev composer install
ddev launch
Drupal CMS has the same system requirements as Drupal core, so you can use your preferred setup to run it locally. See the Drupal User Guide for more information on how to set up Drupal.
The Drupal CMS installer offers a list of features preconfigured with smart defaults. You will be able to customize whatever you choose, and add additional features, once you are logged in.
After the installer is complete, you will land on the dashboard.
Coming soon ... We're working on Drupal CMS specific documentation.
In the meantime, learn more about managing a Drupal-based application in the Drupal User Guide.
Drupal CMS is developed in the open on Drupal.org. We are grateful to the community for reporting bugs and contributing fixes and improvements.
Report issues in the queue, providing as much detail as you can. You can also join the #drupal-cms-support channel in the Drupal Slack community.
Drupal CMS has adopted a code of conduct that we expect all participants to adhere to.
To contribute to Drupal CMS development, see the drupal_cms project.
Drupal CMS and all derivative works are licensed under the GNU General Public License, version 2 or later.
Learn about the Drupal trademark and logo policy here.