Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vuchkov/drupal9-dev-site

Drupal 9 based Dev Site
https://github.com/vuchkov/drupal9-dev-site

custom drupal drupal9 theme

Last synced: about 1 month ago
JSON representation

Drupal 9 based Dev Site

Awesome Lists containing this project

README

        

# Drupal9 Dev Site

## Resources
- Local Dev environment - https://github.com/wodby/docker4drupal
- Drupal core 9.2.x
- Composer
- Git

## Install
- Add the following row in your `/etc/hosts` file:
```console
127.0.0.1 drupal9.localhost
```
- Open the local dev site on `http://drupal9.localhost:8000`.
- Admin UI user: admin/admin or generate a new one with `drush uli`.
- Use the DB backup from `.mysql` folder and add it in `.docker/.env`.
- The project uses "Configuration management".