Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemberg/draft-template
https://github.com/lemberg/draft-template
draft-drupal drupal drupal-8 drupal-8-project drupal-project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemberg/draft-template
- Owner: lemberg
- Created: 2017-02-03T13:57:20.000Z (about 8 years ago)
- Default Branch: 2.x
- Last Pushed: 2023-03-22T15:29:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T08:19:03.389Z (4 months ago)
- Topics: draft-drupal, drupal, drupal-8, drupal-8-project, drupal-project
- Language: PHP
- Size: 128 KB
- Stars: 3
- Watchers: 11
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
This is a [Composer](https://getcomposer.org)-based installer for the Drupal 9 based projects by Lemberg.
## Requirements
- PHP 8.1+: http://php.net/downloads.php
- Composer: https://getcomposer.org/download/
- NFS server:
* Windows: will be automatically installed with Vagrant WinNFSd plugin
* MacOS: has built-in support
* Ubuntu\Debian: install it by running `apt-get install nfs-kernel-server`
- Vagrant 2.2.6+: https://www.vagrantup.com/downloads.html
- VirtualBox 5.2+: https://www.virtualbox.org/wiki/Downloads## Get Started
Run this command:
```
$ composer create-project --ignore-platform-reqs lemberg/draft-template my_awesome_project
```Composer will create a new directory called `my_awesome_project` containing everything you need to get started.
## Changelog
Changelog can be found here [CHANGELOG.md](CHANGELOG.md)