Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anavarre/quick-drupal
Quickest way to install, test and contribute to Drupal.
https://github.com/anavarre/quick-drupal
drupal
Last synced: 7 days ago
JSON representation
Quickest way to install, test and contribute to Drupal.
- Host: GitHub
- URL: https://github.com/anavarre/quick-drupal
- Owner: anavarre
- License: gpl-3.0
- Created: 2019-10-18T06:08:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T20:01:13.000Z (5 months ago)
- Last Synced: 2024-11-30T11:05:23.653Z (2 months ago)
- Topics: drupal
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quick-drupal
## Install
Simply create the following Bash aliases to invoke the script from anywhere.
```
alias quick-start='path/to/quick-drupal.sh quick-start'
alias quick-clean='path/to/quick-drupal.sh quick-clean'
```Do not forget to enable those changes immediately, so you can avoid to logout or reboot.
```
source ~/.bash_aliases
```## Usage
```
quick-start [standard|minimal|umami]
quick-clean
```Note: we require the use of `sudo` for the `quick-clean` command.
## Demo
[![quick-drupal demo](https://asciinema.org/a/275245.png)](https://asciinema.org/a/275245)