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 Docksal

PreviousInstallationNextUsing Lando

Last updated 1 year ago

Was this helpful?

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

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

Now, open your web browser and visit . This will immediately direct you to the Drupal installation screen, where you can input your database credentials.

http://provus-test.docksal