eightyoptions/ekan
Composer 安装命令:
composer require eightyoptions/ekan
包简介
Providing an upgrade path for DKAN sites moving to Drupal 9+
README 文档
README
The Short Version
composer create-project eightyoptions/ekan_distribution:2.0.0 drupal
The Long Version
composer create-project drupal/recommended-project:^10 drupal
cd drupal
composer config extra.enable-patching --json true
composer config --no-plugins allow-plugins.cweagans/composer-patches true
composer config minimum-stability dev
composer require eightyoptions/ekan:^2.0
Setting up Nginx for access to Project Open Data files.
Ensure that nginx can serve up the catalog.xml file e.g.
Example nginx.conf
#Allow requests to /catalog.xml to hit our controller.
location = /catalog.xml {
access_log off;
log_not_found off;
try_files $uri @drupal;
}
统计信息
- 总下载量: 1.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-05-11