Provus 2.0 Documentation
  • 👋About Provus
    • 🖥️Provus Demo
  • Overview
    • Provus Features
      • Content Creation
        • Bootstrap Site Alert
        • Blog
        • FAQ Page
        • Event
        • Landing Page
        • News
        • Person
      • Layouts and Components
        • Layouts
        • Components
          • Heading
          • Button
          • Basic Text
          • Media
          • Divider Line
          • Card
          • CTA
          • Testimonial
          • Large Banner
          • Short Banner
          • Tabs
          • Group
          • Group Automatic
          • Stat Group
          • Slideshow
          • Photo Gallery
          • Person List
          • FAQ Group
          • Accordion
          • Files List
          • List
        • Template Library
  • Getting Started
    • Installation
      • Using Docksal
      • Using Lando
      • Using DDEV
      • Provus Modules
    • Theming
      • Create subtheme by script ( recommended )
      • Create subtheme manually
      • Custom Theming
        • Fonts and Colors
        • Headings / Typography
        • Header / Footer
        • Components
  • EXTRAS
    • ✨Kick-starter
    • ⚔️Contribution Guide
    • 💡Release Notes
    • 👏Go live list
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Installation

Using Lando

PreviousUsing DocksalNextUsing DDEV

Last updated 1 year ago

Was this helpful?

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 init

Accept 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> directory

To 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