Just a CLI manager (for a blogging platform)
npm install -g ghost-cli@latestghost install(for an production linux setup, including Nginx, SSL, and Systemd)ghost install local(for a local setup, useful for theme development/testing)
Note: you must have Git installed
- Fork this repo
git clone https://github.com/<your-username>/Ghost-CLI path/to/your/workspacecd path/to/your/workspaceyarn install
To run the CLI for testing:
yarn linkghost <command>(can run anywhere on the system)
yarn testThe npm version of ghost-cli <= 0.0.2 can be found here. Any versions of Ghost-CLI > 1.0.0-alpha.1 are part of this project.
Copyright (c) 2016-2017 Ghost Foundation - Released under the MIT license.