Install the dependencies if you don't already have them.
The dependencies are:
- Install XCode Command Line Tools
- Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install nodejs.org 0.10.x
brew install node
- Install ruby-install
brew install ruby-install
- Install Ruby
ruby-install ruby 2.4.0
- Install chruby
brew install chruby
Add the following to the ~/.bashrc or ~/.zshrc file:
source /usr/local/share/chruby/chruby.sh
- Install bundler
gem install bundle
- Set Ruby version to 2.3.0
echo '2.3.0' > .ruby-version
- Install RubyGems dependencies (Jekyll(http://jekyllrb.com/))
bundle install
- Install the Grunt CLI
npm install -g grunt-cli
- Install Bower
npm install -g bower
- Install npm dependencies
npm install
- Install Bower dependencies
bower install
That's it! You should now have everything needed to use The Map Academy website.
Once you have all of the dependencies installed, you only need to get the code.
You may want to get used to some of the COMMANDS available.