Created
October 22, 2016 03:32
-
-
Save ssebelius/7b5679b673a161f6e73c06cf2e5c09e3 to your computer and use it in GitHub Desktop.
This file contains 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
1) Download RubyInstaller - http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.1-x64.exe | |
2) Open the Ruby installer and select the "Add Ruby executables to your PATH" option | |
3) Install Ruby | |
4) Download the following file: http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe | |
5) Follow the instructions: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. Pay attention to "4. Run Installation Scripts" | |
4) Open the command prompt - start => "command prompt" | |
5) Enter "ruby -v" to make sure ruby is installed | |
C:\Users\Scott> ruby -v | |
ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32] | |
6) Download the following file: https://github.com/rubygems/rubygems/releases/download/v2.2.3/rubygems-update-2.2.3.gem | |
7) Move the downloaded file to the C:\ drive | |
8) Follow the instructions here for "INSTALLING USING UPDATE PACKAGES" | |
http://guides.rubygems.org/ssl-certificate-update/ | |
9) In the command prompt: gem install bundler | |
10 Download the documentation_source.zip file and extract to a folder | |
11) Navigate in the command prompt to the folder | |
12) Enter in the command prompt: "bundle install" | |
13) If you run: "bundle exec middleman" you should see the following: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment