jlbellido / DrupalCampSpain

DrupalCamp Spain webite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrupalCamp Spain 2017

Installation

  1. Clone this repository.
  2. Run 'composer install' in the document root.
  3. Copy web/sites/default/default.settings.local.php into web/sites/default/settings.local.php.
  4. Open web/sites/default/settings.local.php and adjust it to your local environment needs.
  5. Configure your web server so it points to the web directory.
  6. Open the site in a web browser and go to core/install.php.
  7. Select Config Installer as the installation profile.
  8. At the config import step, find and select the configuration file at config/config.tar.gz.
  9. Once the installation completes, you should see the landing page as the homepage.

Development

Theme

  1. Go to web/themes/dcamp_base_theme
  2. Run 'npm install' (you might need to install node/npm first)
  3. Install LiveReload for chrome (https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en)
  4. Run 'gulp' in the terminal
  5. Activate LiveReload in chrome
  6. Happy styling!

About

DrupalCamp Spain webite

License:GNU General Public License v2.0


Languages

Language:PHP 45.6%Language:CSS 32.8%Language:HTML 11.4%Language:JavaScript 7.1%Language:ApacheConf 3.1%