Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.79 KB

INSTALL.md

File metadata and controls

58 lines (41 loc) · 1.79 KB

Installation

Install the dependencies if you don't already have them.

Dependencies

The dependencies are:

  1. Install XCode Command Line Tools
  2. Install Homebrew
  • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install nodejs.org 0.10.x
  • brew install node
  1. Install ruby-install
  • brew install ruby-install
  1. Install Ruby
  • ruby-install ruby 2.4.0
  1. Install chruby
  • brew install chruby

Add the following to the ~/.bashrc or ~/.zshrc file:

  • source /usr/local/share/chruby/chruby.sh
  1. Install bundler
  • gem install bundle
  1. Set Ruby version to 2.3.0
  • echo '2.3.0' > .ruby-version
  1. Install RubyGems dependencies (Jekyll(http://jekyllrb.com/))
  • bundle install
  1. Install the Grunt CLI
  • npm install -g grunt-cli
  1. Install Bower
  • npm install -g bower
  1. Install npm dependencies
  • npm install
  1. Install Bower dependencies
  • bower install

That's it! You should now have everything needed to use The Map Academy website.

Getting the code

Once you have all of the dependencies installed, you only need to get the code.

Running the site

You may want to get used to some of the COMMANDS available.