Skip to content
dbraga edited this page Nov 11, 2014 · 1 revision

WikiInstallation & Setup

Prerequisites

  • Thoth API up and running

Run Application

  1. Clone the project
  2. Run the dashboard in a webserver or just use python simple http server
python -m SimpleHTTPServer

Configuration

The js/api.js contains basic configuration like Thoth API URL.
Make sure to point dashboard to the right thoth api changing:

  _uri : 'localhost:3001/api/'

The entire configuration file is located here

Clone this wiki locally