Skip to content

srijanone/OpenBanking-Portal

Repository files navigation

Installation

Install Drupal Using Composer

$ composer create-project --prefer-dist drupal/recommended-project my_site_name_dir

See Docs

Installing Profile

Add following in your base composer.json file

    {
        "type": "package",
        "package": {
            "name": "apigee/apigee_devportal_au_openbank_kickstart",
            "version": "0.0.1",
            "type": "drupal-profile",
            "dist": {
                "type": "zip",
                "url": "https://github.com/srijanone/OpenBanking-Portal/archive/master.zip"
            }
        }
    }

Run command from terminal

$ composer require apigee/apigee_devportal_au_openbank_kickstart

Install Drupal as usual installation.

Configure Drupal Apigee and Apigee Bank Settings.

Additionally, you can add Default Content during the installation.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published