It has minial configuration.
-
Install ahoy binary command manager if you don't have it (https://github.com/ahoy-cli/ahoy)
-
Clone repository
If you have docker just run:
- ahoy up
- ahoy drup
If you don't want docker then you should have apache2.4 + mysql 5.7 + php >= 7.1 installed.
- composer install
- open localhost in the brawser and install the website
If you need to change drupal version then update composer.json (currently drupal/core is 9.5)
you need to edit two files:
- robo.yml (add more options here)
- RoboFile.php (increase $ACTUAL_OPTIONS_SIZE respectively)