Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 959 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 959 Bytes

Ghost Image Downloader

This utility can download all of the content images from an existing Ghost site. This utility is useful for creating a backup, or for transferring the hosting of a Ghost site from one hosting service to another.

Requirements

  • Node.js 8.x or higher

Instructions

  1. Creating a backup? Clone or download this repository to your computer.
    Moving hosts and have access to the server? Clone or download this repository to the server where you are hosting your new instance of Ghost.
  2. Change to the folder where you have downloaded this repository's files.
  3. Use npm install to install dependencies
  4. Export your Ghost content and copy it to this repository's folder as ghost.json
  5. Copy config.sample.json to config.json and change the settings to match your blog URL and ghost environment.
  6. Run the utility using node .