decoupling-drupal-vuejs/docs/setting-up-drupal.md
2019-06-06 08:57:53 +01:00

952 B

Setting up the Back-End Drupal Application

The Drupal back-end for my Blue Conf 2019 talk - Decoupling Drupal with Vue.js. This was used alongside the Vue.js front-end application for viewing and submitting fictional talk proposals that were stored in Drupal.

Prerequisites

Setup instructions

  1. Run fin init to initialise the project, including installing all of the Composer dependencies, installing Drupal and importing the original configuration and creating some test content.

    cd drupal
    
    fin init
    
  2. Visit http://blueconf.docksal to view the Drupal website, or run fin drush status to ensure that everything is running.

  3. Run fin drush uli to generate a one-time login link in order to access the site.