Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Installation

Jean-Baptiste Crestot edited this page Jul 17, 2015 · 7 revisions

Prerequisite

To install the application, you first need :

  • nodejs
  • npm
  • bower
  • composer (npm will try to execute your nodejs bin with the "node" command, so if you are on unix/linux system, check if you have an existing alias node --> nodejs)

Procedure

1 clone this repository git clone git@github.com:jbcrestot/lol-checker.git

2 go to the root directory "lol-checker" cd lol-checker

3 For the server side, dependency management is handle by npm so you need to execute npm install

Whereas for the client side, we use bower, npm install command should already have executed it.

compass : Go to the f5 folder and just type : "compass compile"

Clone this wiki locally