https://github.com/kalwar/drupal10-app
A very simple drupal10 repo for practices
https://github.com/kalwar/drupal10-app
drupal-10 drupal-modules drupal-theme lando
Last synced: 4 months ago
JSON representation
A very simple drupal10 repo for practices
- Host: GitHub
- URL: https://github.com/kalwar/drupal10-app
- Owner: kalwar
- Created: 2023-09-18T16:00:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T08:09:35.000Z (10 months ago)
- Last Synced: 2025-01-17T19:55:31.102Z (6 months ago)
- Topics: drupal-10, drupal-modules, drupal-theme, lando
- Language: PHP
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drupal10-app
1. Clone the repo
2. Install dependencies
`lando composer install`
3. First export the database dump it in github or somewhere private
`lando db-export`
4. Export the Drupal configuration `lando drush cex`
5. Push it in github
6. If you will clone the repo, you will have to import database
`lando db-import yourdb.sql.gz --no-wipe`
7. Import also all the configurations
`lando drush cim`
8. For this repo, you will have to install
`lando composer require 'drupal/unelmamovie:^1.0'`
9. Import the configurations - yes
10. Start the lando server
`lando start`