Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@SantoshSrinivas79
Created February 9, 2019 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SantoshSrinivas79/1ec86a048b3bcde13948f0447b9d768f to your computer and use it in GitHub Desktop.
Save SantoshSrinivas79/1ec86a048b3bcde13948f0447b9d768f to your computer and use it in GitHub Desktop.
Ghost install notes

Ghost install notes

ghost install local

sudo n 10.15.1

ps -ef|grep /usr/local/bin/killall|awk '{print $2}'|xargs kill -9

https://docs.ghost.org/api/ghost-cli/install/

If you're not ready for production yet? ghost install local installs ghost in development mode using sqlite3 and a local process manager. Read more about local installs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment