This is the web editor to create and run agents with the AJAN-service.
You will need the following things properly installed on your computer.
- Git
- Node.js (Version 8.6!) then cmd: >>
npm install
- Google Chrome
- Download latest release ZIP
- Run
startALL.bat
if you are on Windows andstartALL.sh
if you are on Mac/Linux
git clone <repository-url>
this repositorycd AJAN-editor
npm install
- Download latest Docker-Image
- Read Docker Wiki
- cmd:
node npm/node_modules/ember-cli/bin/ember serve
or runstartEditor.bat
- Visit your app at http://localhost:4200.
After the AJAN-editor is prepared, interaction with the AJAN-service is now possible. For this, however, the AJAN-service must run with its triplestore. If this is the case, please open http://localhost:4200/home
and follow the next steps:
- Choose new Triplestore, and define a
Triplestore Name
- Now define the AJAN-service Triplestore URI. By default
http://localhost:8090/rdf4j/repositories/
- After clicking
Add
, the newly created location can be opend viaChoose existing Triplestore
Make use of the many generators for code, try ember help generate
for more details
If you have trouble importing some packages from npm, try this: http://www.jimmylauzau.com/blog/2016/03/22/importing-node-modules-in-ember-js
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.