Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Created December 14, 2014 19:39
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 coldclimate/740230020f9c8cc077b7 to your computer and use it in GitHub Desktop.
Save coldclimate/740230020f9c8cc077b7 to your computer and use it in GitHub Desktop.
Getting @github pages to work on ubuntu 14.04 vagrant box
1 sudo apt-get update
2 sudo -i
3 gem install bundler
4 sudo gem install bundler
5 cd /vagrant/
6 vi Gemfile
7 bundler install
8 vi Gemfile
9 bundler install
10 vi Gemfile
11 bundler install
12 vi Gemfile
13 bundler install
14 vi Gemfile
15 bundler install
16 vi Gemfile
17 bundler install
18 gem install RedCloth -v '4.2.9'
19 sudo gem install RedCloth -v '4.2.9'
20 ruby --version
21 sudo apt-get install ruby1.9.3-dev
22 sudo apt-get install ruby1.9.1-dev
23 bundler install
24 history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment