Last active
January 16, 2018 11:47
-
-
Save virtimus/3bee71b173e762efa6a1e3931150b457 to your computer and use it in GitHub Desktop.
i3c - airbnb/smartstack-cookbook reference run
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
install VirtualBox | |
instal Vagrant, Git | |
& vagrant plugin install vagrant-berkshelf | |
download and install https://downloads.chef.io/chefdk | |
git clone https://github.com/airbnb/smartstack-cookbook.git | |
cd smartstack-cookbook | |
vagrant up | |
problem with "FATAL: LoadError: cannot load such file -- ci/reporter/minitest" | |
found this: | |
https://github.com/ci-reporter/ci_reporter_minitest | |
looks like lack of gem 'ci_reporter_minitest' | |
trying to ssh onto smartstack machine... | |
ssh private keylocation ../smartstack-cookbook\.vagrant\machines\smartstack\virtualbox/private_key | |
using puttygen to convert to ppk | |
configure ssh (172.16.1.3 ssh->auth with the converted ppk, user vagrant) | |
run | |
sudo passwd root | |
sudo apt-get update | |
sudo apt-get install ruby1.9.1 | |
sudo gem install 'ci_reporter_minitest' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment