Created
September 20, 2017 07:44
-
-
Save devifr/89e7777f04d2b2d51ca0a1e0565352a0 to your computer and use it in GitHub Desktop.
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
| mkdir name_app | |
| cd name_app | |
| mkdir releases repo shared | |
| cd shared | |
| mkdir assets bin bundle cached config log public tmp | |
| cd tmp | |
| mkdir cache pids sessions sockets | |
| cd config | |
| vim application.yml | |
| vim database.yml | |
| vim unicorn.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment