Diagramo is HTML5 based diagram editor.

It was basically made so that it can be installed on a server but can run locally
if you download the all-in-one version (see: http://diagramo.com/download.php )

Versions
--------
There are 3 downloadable (and installable) versions of Diagramo:
    - all-in-one - This package includes "EVERYTHING" you need to run Diagramo on your 
                Windows based computer.
                Just unpack / unzip it and run run.bat
                Recommended for local computer deployment. 

    - LAMP installer - This package is an "ALL PLATFORMS" web wizard/installer.
                Unzip it to you folder and point the browser to the deploy URL.
                Recommended for deployments on servers.

    - Light - This package includes the bare minimum (only the HTML and JavaScript files) 
                you need to run Diagramo. 
                
                Simply open light-editor.html file in your browser. Done! 


All in one version
------------------
This version is the most easy to run. It includes anything you need to run the application locally.


LAMP installer
--------------
To be able to run it you have to place it on a server with Apache 2.x and PHP 5.3 (or greater).
It will not work with versions prior to PHP 5.3


Light version
-------------
Nothing to install. Simply upzip it and open light-editor.html file in a browser.




For more documentation on Diagramo please see: http://diagramo.com/documentation.php