Created
October 18, 2017 15:02
-
-
Save thiagosf/928a789ddf42b53ac4a2c7513f6fa9a4 to your computer and use it in GitHub Desktop.
Novo projeto Rails usando AZK
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
| azk start --image azukiapp/ruby --shell /bin/bash | |
| gem install rails --no-rdoc --no-ri | |
| rails new project --api -d mysql --skip-bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment