Last active
February 23, 2018 20:55
-
-
Save jaimerodas/2b4d6dad43e31e90c1af9f505cb65641 to your computer and use it in GitHub Desktop.
Cómo correr la consola de rails de manera realista en AWS
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
sudo su | |
cd /var/app/current | |
su -s /bin/bash webapp | |
rails c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Porque ya nos tocó tener pedos con permisos, en los que si corremos la consola como root no hay tos, pero la aplicación no puede.