Last active
June 21, 2019 12:51
-
-
Save Vitre/0bb0f228dfb39438c6b87ccd6ac10e3f to your computer and use it in GitHub Desktop.
#ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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