betterevents / better_abstracts
Better Abstracts profile
Installs: 31
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- cweagans/composer-patches: ^1.7
- drupal/config_devel: ^1.8
- drupal/config_rewrite: ^1.3
- drupal/default_content: ^2.0@alpha
- drupal/default_content_deploy: 1.x-dev
- drupal/feeds: ^3.0@alpha
- drupal/feeds_tamper: ^2.0@beta
- drupal/field_group: ^3.1
- drupal/fivestar: ^1.0@alpha
- drupal/flag: ^4.0@beta
- drupal/mailgun: ^1.0
- drupal/markup: ^1.0@beta
- drupal/message: ^1.2
- drupal/message_notify: ^1.2
- drupal/views_bulk_operations: ^3.10
- drupal/views_data_export: ^1.0
Requires (Dev)
- doctrine/common: ^2.7
- drupal/devel: ^4.1
This package is auto-updated.
Last update: 2024-12-21 18:43:12 UTC
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
web
directory. - 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.