Skip to content

SignWo/drupalno

 
 

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 [email protected]: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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.9%
  • SCSS 22.1%
  • Twig 21.6%
  • JavaScript 2.8%
  • Shell 1.6%