Vagrant config files.It includes setting to create my account.
require virtualbox and vagrant
$ git clone git://github.com/niku/vagrant_config_files.git $ cd vagrant_config_files $ git submodule init $ git submodule update $ vagrant box add base http://files.vagrantup.com/lucid32.box $ vagrant up $ chmod 600 id_rsa $ ssh [email protected] -p 2222 -i id_rsa $ rbenv install 1.9.3-p286 $ rbenv global 1.9.3-p286 $ rbenv rehash
- Download vagrant_config_files, chef-solo-search and users
- extract file like ‘directory structure’
- exec command
$ cd vagrant_config_files $ vagrant box add base http://files.vagrantup.com/lucid32.box $ vagrant up $ chmod 600 id_rsa $ ssh [email protected] -p 2222 -i id_rsa $ rbenv install 1.9.3-p286 $ rbenv global 1.9.3-p286 $ rbenv rehash
vagrant_config_files |-- cookbooks | |-- build-essential | | `-- ... | |-- chef-solo-search | | `-- ... | |-- java | | `-- ... | |-- rbenv | | `-- ... | |-- readline | | `-- ... | |-- ruby_build | | `-- ... | |-- sudo | | `-- ... | |-- users | | `-- ... | |-- xml | | `-- ... | `-- zlib | `-- ... |-- data_bags | `-- users | `-- niku.json |-- id_rsa |-- id_rsa.pub |-- README.org `-- Vagrantfile