Using Docksal
Please read/review the Docksal installation instructions for your platform.
git clone https://git.drupalcode.org/project/provus.git <project-name>
cd <project-name>
fin init
If Docksal initialization is successful, you will receive a project URL listing. Please save this link for future reference.

Next, execute the following command to install project dependencies using Composer:
fin composer install
Now, open your web browser and visit http://provus-test.docksal. This will immediately direct you to the Drupal installation screen, where you can input your database credentials.
For Docksal:
'database' => 'default',
'username' => 'user',
'password' => 'user',
'host' => 'db',
'port' => '3306',
Follow through with the remaining installation steps to complete the process.
During installation, you will have the option to install all or some of the included Provus modules. Descriptions of the functionality these Provus modules provide are located here for your reference: Provus Modules
Last updated
Was this helpful?