Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:33:12.000Z (2 months ago)
- Last Synced: 2024-09-16T18:44:57.803Z (2 months ago)
- Topics: drupal-10, drupal-modules, drupal-theme, lando
- Language: PHP
- Homepage:
- Size: 1.52 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`