/cortext-graphs

Cortext Graphs exploration annotation web app built on top of Meteor and Sigma.js

Primary LanguageCSS

cortext-graphs

Système de visualisation pour l’annotation web de cartographie de réseau

License

Quick Start

  • install and configure Meteor version >= 0.5.0
    curl https://install.meteor.com | /bin/sh
    meteor

Deploy

  • on meteor.com servers, eg. on http://cortext.meteor.com

    meteor deploy cortext

  • on your own server with node >= 0.8 and MongoDB:

    meteor bundle myapp.tgz

    log into your server PORT=3000 MONGO_URL=mongodb://localhost:27017/cortextgraphs node bundle/main.js

Structure

  • public directory contains public static files served a the server's root path
  • client contains all the client-side HTML, Javascript and CSS of this application
  • server contains files containing server-side data collections: for now its only a notes collection

Building blocks