betterevents/better_abstracts
Composer 安装命令:
composer require betterevents/better_abstracts
包简介
Better Abstracts profile
README 文档
README
An installation profile for an Abstracts Review system suitable for scientific conferences.
Provides an import process for Abstracts and Reviewers, an automated abstract assignment to reviewers, multiple evaluation criteria mechanism, review result extraction, notifications and more...
Installation
We suggest that you install this profile as part of the Better Abstracts distribution using Composer.
However, if you want to install it on any Drupal project, please follow the instructions below.
First you need to install composer.
After that you can create the Drupal project:
composer create-project drupal/recommended-project my_site_name_dir --stability dev
Open the composer.json file and make sure the following properties are set as shown:
"minimum-stability": "dev",
"prefer-stable": true,
Require the betterevents/better_abstracts:^v1.0.9-alpha package for downloading all the modules, themes and configuration that come with the installation profile:
cd my_site_name_dir
composer require "betterevents/better_abstracts:^v1.0.9-alpha"
Done! Visit /web/core/install.php and run the installation of your Abstracts Review site.
What does the installation profile do?
- Drupal is installed in the
webdirectory. - Profile is placed in
web/profiles/contrib/ - Modules that come with the installation profile are placed in
web/profiles/contrib/better_abstracts/modules/ - Theme is placed in
web/profiles/contrib/better_abstracts/themes/
How to use
You are all set to put it into action! Next steps:
- Populate Better Abstracts with sample content
- Learn how to configure and use it.
Get started with our quick start guide or read our full documentation.
Online demo
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-05-17