Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.01 KB

Correlate

A graphing application for AppFirst data. (An AppFirst account and API key is required.)

Dependencies

Make sure you have these tools installed on your system:

  • Flask, the Python web framework (pip install flask)
  • node.js for building with r.js (https://nodejs.org/en/download/)
  • Bower for installing external JavaScript libraries (npm install -g bower)

Installation

  1. Clone or download & unzip this repository.
  2. cd into correlate and run bower install. This will install all components listed in bower.json into the lib/ directory.
  3. cd into static and build all JavaScript components by running the command sh static/buildjs.sh. This will create a file called main.built.js in the static/ directory.
  4. Enter your appfirst username and API key into settings.py. (You can find your API key on your account page: https://pod3.appfirst.com/admin/account)
  5. Start the local server by running python server.py