Skip to content

Instantly share code, notes, and snippets.

@nicoandrade
Last active August 29, 2015 14:11
Show Gist options
  • Save nicoandrade/2f2be5295d8ecd22fbca to your computer and use it in GitHub Desktop.
Save nicoandrade/2f2be5295d8ecd22fbca to your computer and use it in GitHub Desktop.
Upload Ghost Theme (DigitalOcean)
scp /Applications/MAMP/htdocs/Ghost/test/content/themes/teller.zip root@104.236.119.164:/var/www/ghost/content/themes/.
//Despues
ssh root@104.236.119.164
//Ir a la carpeta de Themes
cd /var/www/ghost/content/themes
//Unzip el archivo
unzip NameOfTheme.zip
//Modificar propiedad de la carpeta
chown -R ghost:ghost FOLDER
//Eliminar el ZIP
rm NameOfTheme.zip
//Eliminar carpeta mac (si la crea)
rm -r __MACOSX
//Resetear Ghost
service ghost restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment