Using Lando
Please read/review the Lando installation instructions for your platform.
git clone https://git.drupalcode.org/project/provus.git <project-name>
cd <project-name>
lando initAccept current directory as current working directory

You will be asked some question by the lando start script:
Select Drupal 10 recipe:

Type in web as the webroot

Choose a name for your app

If we have a success you should see something similar to the following:

Start your new dev environment in the <project-name> directoryTo start the dev environment:
lando start

If successful you should see output that tells you how to access your new site:
When you go to your site, you should have a provus install screen that required the Lando db credentials
Lando defaults for the drupal 9 recipe:
database: drupal9
username: drupal9
password: drupal9
host: database
# for mysql
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?