Install Drupal
Install Drupal and Decoupled module
Start by creating a new site and adding the Decoupled module.
If you have an existing Vactory Drupal site, you can skip to the next part.
Install Docker
Download and install Docker Desktop
Clone the repository
git clone git@bitbucket.org:adminvoid/vactory8.git
Navigate to vactory8
folder and git checkout to develop
branch
git checkout develop
Install Drupal
Startup docker services using docker-compose
docker-compose up -d
Wait for the services to finish starting up, and then install the dependencies using composer
docker exec vactory_php composer install
Once this is done, you can open the site available at http://localhost:8080 and proceed with installation.
Need help?
We understand there's more than a few steps to properly configure Drupal, so here is a video to help you get through these difficult times.