webship / webship-project
Project template for the webship.co Portal site
Installs: 815
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Language:JavaScript
Type:project
Requires
Conflicts
This package is auto-updated.
Last update: 2025-05-18 12:00:31 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.
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 latest version of Webship ~11.0.0 run this command:
composer create-project webship/webship-project:11.0.0-alpha1 WEBSITE_NAME --stability dev --no-interaction
To install the development version of Webship 11.0.x run this command:
composer create-project webship/webship-project:11.0.x-dev WEBSITE_NAME --stability dev --no-interaction