Last active
December 25, 2015 01:29
-
-
Save Twinuma/6895023 to your computer and use it in GitHub Desktop.
vagrant-chef-centos-wordpressのプロビジョニングからGithub認証設定まで
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
| vagrant plugin install vagrant-hostsupdater | |
| git clone [email protected]:miya0001/vagrant-chef-centos-wordpress.git vagrant-wp | |
| cd vagrant-wp | |
| vagrant up | |
| http://wordpress.local/ | |
| http://wordpress.local/wp-login.php | |
| admin/admin | |
| <generating-ssh-keys> | |
| cd ~/.ssh | |
| ssh-keygen -t rsa -C "[email protected]" | |
| ssh-add id_rsa | |
| clip < ~/.ssh/id_rsa.pub | |
| https://help.github.com/articles/generating-ssh-keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment