josephdpurcell/workspace_preview_system-project

Get started with the Workspace Preview System

1.1.0 2016-05-19 21:03 UTC

This package is auto-updated.

Last update: 2024-04-10 20:53:31 UTC


README

This is a distro that shows the use of the Workspace Preview System in Drupal 8.2.

Requirements

  1. Composer

Getting Started

  1. Create a Drupal.

    $ composer create-project josephdpurcell/workspace_preview_system-project MY_PROJECT --no-interaction --stability dev
    

    This will create a directory MY_PROJECT. Inside of it will be a directory web which is the website's docroot.

  2. Install the Drupal.

    drush si
    

    or

    go to /install.php.