josephdpurcell/workspace_preview_system-project

Get started with the Workspace Preview System

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/josephdpurcell/workspace_preview_system-project

1.1.0 2016-05-19 21:03 UTC

This package is auto-updated.

Last update: 2025-10-10 23:49:32 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.