Installing Varbase

If you already have a local or hosted environment available for your use that meets Drupal system requirementsarrow-up-right 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. Composerarrow-up-right package manager

  2. NPMarrow-up-right package manager

  3. Yarnarrow-up-right package manager

Procedure

circle-check

2 easy steps to install

  1. Run the following command:

    composer create-project Vardot/varbase-project:~9.1.0 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.

Varbase Installation Screen

Installing Varbase locally with DDEV

DDEVarrow-up-right is an open source tool for launching local web development environments in minutes. It supports PHP and other languages.

Installing Varbase with DDEVchevron-right

Installing Varbase locally with Lando

Landoarrow-up-right 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.

Installing Varbase with Landochevron-right

Deploy Varbase on Platform.sh

You can install Varbase on Platform.sharrow-up-right and enjoy 30 days free trial for new users!

Follow this link to provision your Varbase instance on Platform.sh: Deploy Varbase on Platform.sharrow-up-right!

Or deploy it using the baseline Varbase Platform.sh template projectarrow-up-right.

circle-info

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

Remote Development Environment

Last updated