Skip to content

Instantly share code, notes, and snippets.

@Twinuma
Last active December 25, 2015 01:29
Show Gist options
  • Select an option

  • Save Twinuma/6895023 to your computer and use it in GitHub Desktop.

Select an option

Save Twinuma/6895023 to your computer and use it in GitHub Desktop.
vagrant-chef-centos-wordpressのプロビジョニングからGithub認証設定まで
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