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: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- code-lab-eu/real_estate: dev-master
- cweagans/composer-patches: ^1.6.5
- drupal/core-composer-scaffold: *
- oomphinc/composer-installers-extender: ^2.0
This package is auto-updated.
Last update: 2024-10-28 00:36:27 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