Skip to content

Instantly share code, notes, and snippets.

@Vitre
Last active June 21, 2019 12:51
Show Gist options
  • Save Vitre/0bb0f228dfb39438c6b87ccd6ac10e3f to your computer and use it in GitHub Desktop.
Save Vitre/0bb0f228dfb39438c6b87ccd6ac10e3f to your computer and use it in GitHub Desktop.
#ghost
find ./ ! -path "./versions/*" -type f -exec chmod 664 {} \;
find ./ -type d -exec chmod 00775 {} \;
pm2 start pm2.config.js --env development --watch
pm2 stop pm2.config.js --env development --watch
[HOST]/ghost/signup/[TOKEN]/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment