Skip to content

1. Installation

Dominik edited this page Nov 4, 2021 · 18 revisions

Installation

Prerequisites

  • Node.js 16.7.0 (Download)
  • npm > 7.21.1 (should be included in node.js)
  • MongoDB (newest) (Download)
  • at least 3GB of additional free disk space
  • Riot API Key (for runes and postgame features)
  • Most features need a client with Observer Tool installed (Github)

Install Prod-Toolkit

  1. Download the full source from github

  2. Extract the folder to the directory you want to run the tool from

  3. run install.bat (may take a while, this just runs npm install and npm run build:modules)

  4. Navigate to [...]\league-prod-toolkit-develop\modules\config and edit config.dist.json:

  • replace "RGAPI-SECRETKEY" with your Riot API Key
  • replace DB username and password if your installation requires this (defaults to username "root" and no password)
  • save the file as config.json
  1. run start.bat (or run npm start)

The dashboard should now available at http://localhost:3003/

Clone this wiki locally