webship / webship-project
Project template for the webship.co Portal site
Installs: 712
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Language:JavaScript
Type:project
Requires
- composer/installers: ~1.0 || ~2.0
- cweagans/composer-patches: ~1.0
- drupal/core-composer-scaffold: ~9.0
- drupal/core-project-message: ~9.0
- oomphinc/composer-installers-extender: ~1.0 || ~2.0
- webship/webship: ~9.0
Requires (Dev)
- drupal/core-dev: ~9.0
- drupal/webtest: ~9.0
- drush/drush: ~10.0
Conflicts
This package is auto-updated.
Last update: 2024-10-09 15:54:09 UTC
README
Webship
The Webship.co portal site was built on top of Drupal, as it has many options, tools, frameworks, and configuration management, which are needed in building solutions.
Helps in speeding up the work of having Functional Automated Acceptance Testing for products to ship websites in a swift way.
Usage
First you need to install composer.
Note: The instructions below refer to the global composer installation. You might need to replace
composer
withphp composer.phar
(or similar) for your setup.
After that you can create the project:
To install the dev version of Webship 10.0.x run this command:
composer create-project webship/webship-project:10.0.x-dev WEBSITE_NAME --stability dev --no-interaction