The aim of the ViziShapes project is to provide visual/diagrammatic environment for SHACL constraints.
- Download and install Meteor framework, follow instructions: https://www.meteor.com/install
- Perform
git clone
for this repository. - Change to the
./vizishapes/app
directory. - Execute the command
meteor npm ci
to install the required node packages. - Additionally, execute the command
meteor npm install [email protected]
to install an older version ofget-stream
(it is workaround for dependency problem). - Now to run the ViziShapes tool, type
meteor
in the ViziShapes directory. To run on a specific port, type, for example,meteor --port 4000
. - Open the web browser and type
localhost:3000
(default port: 3000) or with the specified portlocalhost:4000
- The first user that signs up to the tool instance shall get administrator rights (the rights to manage tool configurations)