Welcome to DruStack Installation Profile - a fully-functional Drupal environment that you can use as the skeleton for your new applications.
With DruStack pre-configured modules, you can get your own ready-made and highly customizable development environment by default Drupal installation procedure.
DruStack replace most of the features and as a successor of PantaRei Siren distribution.
Usage
First you need to install composer.
After that you can create the project:
composer create-project drustack/framework-standard-edition:^8.4.0 MYPROJECT --no-interaction
With composer require ...
you can download new dependencies to your installation.
composer require drupal/devel:~1.0
The composer create-project
command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.