code-lab-eu/real-estate-project

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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/code-lab-eu/real-estate-project

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

This package is auto-updated.

Last update: 2025-09-28 02:36:06 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