josephdpurcell / workspace_preview_system
Get started with the Workspace Preview System
Installs: 20
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- composer/installers: ^1.0.20
- cweagans/composer-patches: ~1.0
- drupal-composer/drupal-scaffold: ^1.2
- drupal/core: ^8.2.0
- drupal/multiversion: dev-8.x-1.x
- drupal/workbench_moderation: ^8.1
- drupal/workspace: ^8.1
- drush/drush: ^8.0
Requires (Dev)
- phing/phing: ^2.14
This package is auto-updated.
Last update: 2025-01-27 08:06:52 UTC
README
Build the codebase
composer install
This will create a docroot folder that contains drupal and the WPS profile
Install WPS
phing install
phing install
assumes:
DB username: root
DB pass: <none>
DB host: localhost
DB Name: workspace_preview_system
You can override the presets with -Ddb.<option>=<value>
. For example, to
change the DB name:
-Ddb.name=my_db_name
Pull changes
If you make changes to the profile within the docroot directory and you want to
pull them back into the top-level directory so they can be committed to VCS, use
the phing pull
command:
phing pull
Push changes
Alternately, you can push changes in the top-level down into the docroot with
phing push
phing push