This is a Composer-based installer for the Drupal 9 based projects by Lemberg.
- 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
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 can be found here CHANGELOG.md