Drupal 分发版

安装量: 2,448

依赖者: 1

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

类型:drupal-profile

dev-master 2023-12-23 21:04 UTC

This package is auto-updated.

Last update: 2024-09-23 22:25:11 UTC


README

这是一个旨在实现简约和中立风格的 Drupal Profile。

用法

composer create-project daille-daille/ribote-project MY_PROJECT --stability dev --no-interaction

安装 Drupal

您应更新 .env 文件并添加您项目的 URL 到您的 /etc/hosts 文件中

  echo "127.0.0.1 my-app.local" | sudo tee -a /etc/hosts

然后使用 drush 安装 drupal

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

您可以使用 PHP 内置服务器

cd web
php -S my-app.local:8888 .ht.router.php