daille-daille / ribote
Drupal distribution
Installs: 2 473
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- composer/installers: ^2.2
- cweagans/composer-patches: ^1.7
- drupal/core-recommended: ^10.0
- drush/drush: ^12.4
- oomphinc/composer-installers-extender: ^2.0
This package is auto-updated.
Last update: 2024-10-23 22:43:16 UTC
README
This is a Drupal Profile aiming for a minimalist and neutral approach.
Usage
composer create-project daille-daille/ribote-project MY_PROJECT --stability dev --no-interaction
Installing Drupal
You should update the .env
file with your values and add you project url in your /etc/hosts file:
echo "127.0.0.1 my-app.local" | sudo tee -a /etc/hosts
Then install drupal using drush:
vendor/bin/drush si ribote \ install_configure_form.enable_update_status_emails=NULL \ install_configure_form.enable_update_status_module=false \ install_configure_form.date_default_timezone=Europe/Paris \ install_configure_form.site_default_country=FR
You can use the php built-in server:
cd web
php -S my-app.local:8888 .ht.router.php