mholzen / notepad

inStruct - The Notepad
1 stars 0 forks source link

InStruct - Notepad

This is the 'notepad' component of inStruct. inStructs components are:

Prerequisites

To start developing

Install node.js & npm.

Clone the notepad git repository

Install mongodb and start it.

$ mongod

Start the webserver

$ cd notepad
$ npm install -d
$ node app

Point your browser to http://localhost:8080

Clone the jena-fuseki-notepad git repository

$ cd jena-fuseki-notepad
$ ./start-triplestore

You should be able to start making changes

Test

You can execute tests by pointing your browser to (http://localhost:8080/notepad/tests/test-all.html)

Some of the tests require a local triplestore (the jena-fuseki-notepad components running locally) and will not pass otherwise.

You can reset the state of the test database by pointing your browser to reset-dataset.html