drupal/webship_project

Project template for the webship.co Portal site

Maintainers

Package info

git.drupalcode.org/project/webship_project.git

Homepage

Issues

Chat

Documentation

Type:project

pkg:composer/drupal/webship_project

Transparency log

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

11.0.0-rc1 2026-07-26 00:22 UTC

README

pipeline status Webship Project Automated Functional Testing

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.

Usage

First you need to install composer.

Note: The instructions below refer to the global composer installation. You might need to replace composer with php composer.phar (or similar) for your setup.

After that you can create the project:

To install the latest version of Webship ~11.0.0 run this command:

composer create-project drupal/webship_project:11.0.0-rc1 WEBSITE_NAME --stability dev --no-interaction

To install the development version of Webship 11.0.x run this command:

composer create-project drupal/webship_project:11.0.x-dev WEBSITE_NAME --stability dev --no-interaction