952 B
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
- Docksal
- VirtualBox (can be changed to use Docker natively)
Setup instructions
-
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
-
Visit
http://blueconf.docksal
to view the Drupal website, or runfin drush status
to ensure that everything is running. -
Run
fin drush uli
to generate a one-time login link in order to access the site.