Installing Varbase

If you already have a local or hosted environment available for your use that meets Drupal system requirements and/or Varbase's system requirements including working versions of Apache, MySQL, and PHP, you’re ready to install Varbase.

Installing Varbase locally with Composer

Follow the steps below to install Varbase distribution for Drupal 9 on a local server.

Requirements

  1. Composer package manager

  2. NPM package manager

  3. Yarn package manager

Procedure

2 easy steps to install

  1. Run the following command:

    composer create-project Vardot/varbase-project:~9 YOUR_PROJECT --no-dev --no-interaction

    Composer will create a new directory called YOUR_PROJECT containing a docroot directory with a full Varbase codebase.

2. Point your browser to your localhost folder where you installed ran the command. You can then install Varbase as you install Drupal normally.

Installing Varbase with Lando

We recommend you install Varbase with Lando to start a new project.

Lando is a great local development environment for Drupal and other applications that vastly simplifies local development and DevOps so you can focus on the application, rather than the environment.

Deploy Varbase on Platform.sh

You can install Varbase on Platform.sh and enjoy 30 days free trial for new users!

Follow this link to provision your Varbase instance on Platform.sh: Deploy Varbase on Platform.sh!

Or deploy it using the baseline Varbase Platform.sh template project.

Follow Platform.sh documentation on developing with Drupal and Varbase. See https://docs.platform.sh/guides/drupal9/deploy.html

Last updated