drupalnorge / drupalcamp-2015

Home Page:http://oslo2015.drupalcamp.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site for Drupalcamp Oslo 2015.

Based on Drupal 8, since we are so cutting edge here in the north.

Build Status

Installing your own instance.

  • Install Drupal in a regular way (preferrably with the minimal profile).
  • Edit settings.php to use $config_directories['staging'] = 'config/staging'; (near the bottom of the file).
  • Set site UUID to the one specified in the config (for example with drush cset system.site uuid ffb6d131-689a-415d-a300-0af2e090ef1e)
  • Delete all entities of type shortcut (if you installed the standard profile). You can do this at admin/config/user-interface/shortcut/manage/default/customize.
  • Uninstall the contact module (if you installed the standard profile).
  • Import all the site config (for example with drush cim staging).

Installing all needed stuff in the theme

  • Go to the theme directory.
  • run npm install (nodejs required).

About

http://oslo2015.drupalcamp.no


Languages

Language:HTML 81.7%Language:SCSS 9.5%Language:PHP 4.2%Language:JavaScript 2.9%Language:Twig 1.7%Language:Shell 0.1%Language:Gherkin 0.0%