Setup Requirements

Browser

Chartio runs on the latest versions of Firefox 4.0 or later, Chrome and Safari 5.0 or later.

Dependencies

  1. 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-simplejson
    

    Redhat-based distros, run:

    $ yum install python-simplejson.i686
    
  2. Python-setuptools, specifically easy_install. Here's how to get it:

    Debian-based distros, run:

    $ apt-get install python-setuptools
    

    Redhat-based distros, run:

    $ yum install python-setuptools
    
  3. SSH client

    You almost certainly have this on any recent Unix distribution.

  4. MySQL is listening on all interfaces

    Your my.cnf bind-address should be set to bind-address=0.0.0.0