Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 522 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 522 Bytes

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", }