暫無描述

Bachir Soussi Chiadmi 62e74f75f1 second installable 5 年之前
config 62e74f75f1 second installable 5 年之前
.gitignore 9309baa9c2 readme 5 年之前
LICENSE.txt 2831f4193f added license and started readme 5 年之前
composer.json 62e74f75f1 second installable 5 年之前
figli_starter_kit.info.yml 62e74f75f1 second installable 5 年之前
figli_starter_kit.install 62e74f75f1 second installable 5 年之前
figli_starter_kit.profile c6f367fa94 first profile from edlp 5 年之前
readme.md 93ab9f0c4f readme 5 年之前

readme.md

Figli Drupal 8 Starterkit Profile

install

install drupal with composer

cd public_html
composer create-project drupal/drupal .

clone this profile into profiles folder

cd profiles
git clone -o figli https://figureslibres.io/gogs/bachir/d8-starterkit-profile.git

include the profile's composer file to the main drupal's composer file

"merge-plugin": {
    "include": [
        "core/composer.json"
    ],
    "recurse": true,
    "replace": false,
    "merge-extra": false
}

become

"merge-plugin": {
    "include": [
        "core/composer.json",
        "profiles/d8-starterkit-profile/composer.json"
    ],
    "recurse": true,
    "replace": false,
    "merge-extra": false
}

install dependencies with composer

cd ../
composer update

run drupal install as usual

by accessing your site and choosing the figli_starter_kit profile