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
Procedure
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 adocroot
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 locally with DDEV
DDEV is an open source tool for launching local web development environments in minutes. It supports PHP and other languages.
Installing Varbase with DDEVInstalling Varbase locally with Lando
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.
Installing Varbase with LandoDeploy 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.
Remote Development Environment
Last updated