0.0.4 • Published 5 years ago

ghost-gcs v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

ghost-gcs

Ghost.org Google Cloud Storage adapter

Installation

Install from Git

  • Go into Ghost root directory
  • Navigate to the /content/adapters/storage directory
  • Download the adpater:
$ git clone https://github.com/thomas-vl/ghost-gcs.git
  • Install dependencies:
$ cd ghost-gcs
$ npm install

Configuration

"storage": { "active": "ghost-gcs", "ghost-gcs": { "projectId": "projectid", "key": "credentials.json", "bucket": "bucketname", }