Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Installation

Xavier Bertels edited this page Oct 15, 2016 · 2 revisions

Installation Via Automated Script

For automated install just run sh install.sh from the project root. This will check if package managers are installed and download required packages for you. If you prefer to do it manually, please see manual installation.

Manual Installation

You only need to do this once in a new project. First, cd into the project root (where this file is). Install bundler and the necessary Ruby dependencies:

gem update --system && gem install bundler
bundle install

Install gulp and the necessary gulp dependencies:

npm install -g gulp
npm install
Clone this wiki locally