Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

drupalnorge/drupalno-2018

Repository files navigation

Build Status Violinist enabled

Drupal.no

Installation with DDEV as a development environment

We have a ready configuration file for DDEV development environment for you. However, you can modify the DDEV-configuration on .ddev/.config.yaml-file.

git clone git clone git@github.com:drupalnorge/drupalno.git drupalno
cd drupalno
ddev auth ssh && ddev start && ddev composer install
pushd web/themes/drupal_nl && chmod +x ./build.sh && ./build.sh && popd
pushd web/sites/default && ln -s settings.local.php.example settings.local.php && popd

Copy database or files from the production environment.

  • Database: drush sql-sync @prod @self -y or use the sanitized database above.
  • Files: drush sfp-en

Or you can spin up as a new one by Drush: ddev drush site-install -y

Maintainers

About

Rebuilding Drupal.no on Drupal 9 (2018 version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published