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
| #!/bin/sh | |
| virt-install \ | |
| --name ubuntu14-test-template \ | |
| --vcpus 2 \ | |
| --ram 1024 \ | |
| --hvm \ | |
| --virt-type kvm \ | |
| --os-type=linux \ | |
| --os-variant ubuntusaucy \ | |
| --network bridge=br0 \ |
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
| ``` | |
| rails g migration AddカラムToテーブル カラム:型 | |
| ``` | |
| AddカラムToテーブルのカラムとテーブルの頭文字は大文字じゃないとダメなので注意 | |
| なぜかmasterブランチでやらないとコケる |
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 update-alternatives --config editor |
NewerOlder