Skip to content

justdigital/drupal-bootcamp

Repository files navigation

Drupal Bootcamp

Installation

System Requirements

You need to have this installed to configure this project locally:

Local configuration

After install Lando follow these steps:

  • Build and start containers in your local environment.
> lando start

If your browser can't open this address, you can try to add this to your hosts, using this command:

sudo bash -c 'echo "127.0.0.1 local.drupal-bootcamp.com" >> /etc/hosts'

Drupal Setup configuration

Information you will need to use with your first Drupal setup for database

database: drupal9
username: drupal9
password: drupal9
host: database (don't use localhost)

Aditional information

You have at your disposal drush to run some commands for Drupal. To run any drush command with this setup you need to:

> lando drush <command>

If you need to access the admin area of Drupal, but doesn't remember your password, you can generate a unique login link using drush:

> lando drush uli

Here are some lando commands that are useful to you daily:

Start Lando

> lando start

Stop Lando

> lando stop

Restart Lando:

> lando restart

Rebuild Lando (refresh some lando configs, if needed):

> lando rebuild

Destroy Lando (use carefully, because you will loose your database information):

> lando destroy

About

Template inicial para Drupal Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages