Skip to content

Instantly share code, notes, and snippets.

@sergeycherepanov
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeycherepanov/c45a5daf4739dd59dd13 to your computer and use it in GitHub Desktop.
Save sergeycherepanov/c45a5daf4739dd59dd13 to your computer and use it in GitHub Desktop.
vagrant install
windows only:
install cygwin with ssh and rsync
add c:\cygwin\bin to PATH environment variable
mac osx only:
sudo port install libiconv @1.14_0+universal
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
tar xvfz libiconv-1.13.1.tar.gz
cd libiconv-1.13.1
./configure --prefix=/usr/local/Cellar/libiconv/1.13.1
make
sudo make install
sudo gem install nokogiri -v '1.6.3.1' -- --with-iconv-dir=/usr/local/Cellar/libiconv/1.13.1
all platforms:
* Install virtualbox
* Install vagrant
* vagrant plugin install vagrant-hostsupdater
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment