Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Last active December 16, 2015 12:29
Show Gist options
  • Save fabiotatsuo/5434921 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/5434921 to your computer and use it in GitHub Desktop.
Imagens Amazon S3
Create a folder static/imagens on root
sudo mkdir -r /static/
Create the subfolders like amazon S3
@fabiotatsuo
Copy link
Author

cd /
mkdir static
cd static
mkdir imagens
cd imagens
mkdir noticia
mkdir produto
mkdir revista

cd /
mkdir boletos

chmod -R 777

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