Setup Requirements
Browser
Chartio runs on the latest versions of Firefox 4.0 or later, Chrome and Safari 5.0 or later.
Dependencies
-
SimpleJSON As a note, if your machine runs Python 2.6 or greater, you already have this installed.
Chartio requires SimpleJSON. To get it for:
Debian-based distros, run:
$ apt-get install python-simplejsonRedhat-based distros, run:
$ yum install python-simplejson.i686 -
Python-setuptools, specifically
easy_install. Here's how to get it:Debian-based distros, run:
$ apt-get install python-setuptoolsRedhat-based distros, run:
$ yum install python-setuptools -
SSH client
You almost certainly have this on any recent Unix distribution.
-
MySQL is listening on all interfaces
Your my.cnf bind-address should be set to bind-address=0.0.0.0
