Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Last active December 16, 2015 08:09
Show Gist options
  • Save fabiotatsuo/5403600 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/5403600 to your computer and use it in GitHub Desktop.
Revistas digitais 3DIssue - EC2
Terminal
Pasta arquivo PEM > Amazon AWS
# Caminho = EC2 > Right click > Standalone SSH Cliente
ssh -i nomedachave.pem user@endereçodamáquinaamazon
cd /
sudo su -
Pasta digital
# Copiar a pasta digital para dentro do ROOT para funcionar o link
cp -R /digital /var/lib/tomcat7/webapps/ROOT/
rm -rf /var/lib/tomcat7/webapps/ROOT/digital/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment