code-lab-eu/real-estate-project

Project template for sites built with the Real Estate Drupal distribution.

dev-master 2020-11-27 15:54 UTC

This package is auto-updated.

Last update: 2024-05-27 23:52:21 UTC


README

Composer project for starting a new real estate website.

Requirements

  • Composer
  • Lando

Installation

Download the project using Composer.

$ composer create-project --stability=dev code-lab-eu/real-estate-project my-real-estate-project

Start the web server Docker containers using Lando.

$ cd my-real-estate-project
$ lando start

Then navigate to https://real-estate-project.lndo.site/ and follow the installation instructions. Use the following credentials for the database:

  • Database type: MySQL
  • Database name: drupal9
  • Database username: drupal9
  • Database password: drupal9

Advanced options:

  • Host: database
  • Port number: 3306