https://github.com/ericmorand/let-s-use-external-storage
https://github.com/ericmorand/let-s-use-external-storage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/let-s-use-external-storage
- Owner: ericmorand
- Created: 2019-05-16T20:07:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T11:57:42.000Z (about 7 years ago)
- Last Synced: 2025-01-26T17:11:20.314Z (over 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's use an external storage
Actual Drupal 8 instance that uses a REST API as persistent storage for some of its entities instead of an SQL storage.
## Installation
* Copy `web/sites/default/settings.example.php` to `web/sites/default/settings.php`
* Edit `web/sites/default/settings.php` to your needs
* Install the site by running `composer site:install`
## Configuration
Administrative user credentials are `administrator/admin`.
Thing entities storage endpoint is `https://my-json-server.typicode.com/ericmorand/things/things`. This setting is available under `Structure > Things`;