Skip to content
/ syncmeta Public
forked from rwth-acis/syncmeta

Near real-time collaborative view-based modeling framework

Notifications You must be signed in to change notification settings

Mari0/syncmeta

 
 

Repository files navigation

SyncMeta - Near real-time collaborative modeling framework

General information

For explanations, presentations, demos and links to modeling sandboxes and other stuff please visit the SyncMeta homepage.

Build steps

  1. Make sure to have npm, bower and grunt installed
    • Use your favorite package manager or grab npm from here
    • Use npm to install bower: npm install -g bower
    • Use npm to first install grunt-cli and then grunt itself: npm install -g grunt-cli grunt
  2. Install development dependencies: npm install
  3. Install dependencies: bower install
  4. Copy .localGruntConfig.json.sample and name it .localGruntConfig.json
  5. Copy .dbis.secret.json.sample and name it .dbis.secret.json (or update Gruntfile.js accordingly)
  6. Change baseUrl in .localGruntConfig.json to the deployment url
  7. Run grunt build to build the widgets.

Library Documentation

Widgets

Deploy

In order to deploy SyncMeta to http://role-sandbox.eu/spaces/syncmeta, you have to push your latest changes to the gh-pages github branch. (See github pages for explanation)

Attention!, Please be aware that any changes you commit to the gh-pages branch will affect all ROLE spaces that link to widget definitions in this branch. Therefore only push very goodly tested commits to gh-pages.

Test Space for the Thesis

Link to the syncmeta view test space.

About

Near real-time collaborative view-based modeling framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • Smarty 6.5%
  • Other 1.3%