Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitjain28may/drupalhost
https://github.com/ankitjain28may/drupalhost
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankitjain28may/drupalhost
- Owner: ankitjain28may
- License: mit
- Created: 2019-08-03T23:12:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:22:44.000Z (over 1 year ago)
- Last Synced: 2024-05-15T08:03:59.991Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DrupalHost
DrupalHost is a Drupal Installer plugin similar to the `laravel/installer` plugin. It only supports installation for Drupal `8.*` versions.
## Installation
1. First, download the Drupal installer using Composer:
```shell
composer global require ankitjain28may/drupalhost
```2. Once it is installed, the `drupalhost` new command will create a fresh Drupal installation in the directory you specify.
```shell
drupalhost new blog
```**Note:** It takes the latest release i.e `8.7.5` of the [Drupal Releases](https://www.drupal.org/project/drupal/releases)
We can also install our specific version by running this command-
```shell
drupalhost new blog 8.7.4 # install drupal 8.7.4 release
``````shell
drupalhost new blog composer # install drupal-composer
```**Note:** Passing `composer` as a version installs the [drupal-composer](https://github.com/drupal-composer/drupal-project) project.
## Contribute
>Feel free to contribute
## License
>Copyright (c) 2019 Ankit Jain - Released under the MIT License