Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srijanone/openbanking-portal
https://github.com/srijanone/openbanking-portal
archive
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srijanone/openbanking-portal
- Owner: srijanone
- Created: 2019-12-24T05:57:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:58:05.000Z (almost 2 years ago)
- Last Synced: 2024-03-26T15:17:00.498Z (8 months ago)
- Topics: archive
- Language: CSS
- Size: 5.7 MB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## Install Drupal Using Composer
```
$ composer create-project --prefer-dist drupal/recommended-project my_site_name_dir
```[See Docs](https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies)
## Installing ProfileAdd 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.