Skip to content

edgankin/vizishapes

 
 

Repository files navigation

License

ViziShapes

The aim of the ViziShapes project is to provide visual/diagrammatic environment for SHACL constraints.

To setup ViziShapes locally

  1. Download and install Meteor framework, follow instructions: https://www.meteor.com/install
  2. Perform git clone for this repository.
  3. Change to the ./vizishapes/app directory.
  4. Execute the command meteor npm ci to install the required node packages.
  5. Additionally, execute the command meteor npm install [email protected] to install an older version of get-stream (it is workaround for dependency problem).
  6. Now to run the ViziShapes tool, type meteor in the ViziShapes directory. To run on a specific port, type, for example, meteor --port 4000.
  7. Open the web browser and type localhost:3000 (default port: 3000) or with the specified port localhost:4000

Configuration for the first use

  1. The first user that signs up to the tool instance shall get administrator rights (the rights to manage tool configurations)

About

Tool for Search in Structured Semantic Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 9.0%
  • PEG.js 3.0%
  • Other 0.8%