Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vuchkov/drupal9-dev-site
- Owner: vuchkov
- Created: 2021-08-04T17:33:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T20:33:27.000Z (over 3 years ago)
- Last Synced: 2024-11-08T00:06:54.885Z (3 months ago)
- Topics: custom, drupal, drupal9, theme
- Language: CSS
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".