- Go to : http://runjs.kevoree.org
- Fill your name and click on start, you will automatically join a public group (!no security)
- Open a tab on: http://editor.kevoree.org/ and load the current model (File > Open from node > RunJS Shared Group > Pull Model)
- Merge a default library through Model > Kevoree Standard Library > JavaScript > fakeconsole > merge
- Drag and drop an HelloWorldComponent on your node (or the one of your neightbour...)
- Clic on server-node and on push
- You should see a new component in you log
You want to develop your own component, here is a short tutorial to install a developement environement
- Install JDK8: https://jdk8.java.net/
- Install IntelliJ IDE : http://www.jetbrains.com/idea/download/
- Install Kevoree Plugin in IntelliJ (Preferences > Plugins > Browser repositories > Kevoree > Install)
- Create an Empty Kevoree Project (File > New Project > Kevoree > ok)
- Eventually refresh maven project if necessary
- Ok you should see a demo component HelloWorld.java
and a demo of KevScript (main.kevs)
- Right and run it
- Open Kevoree editor : http://editor.kevoree.org and load the current model (File > Open from node and leave everything by default)
- Now add another HelloWord component using drag and drop and push the new model
- You sould see a message saying that your component has been pushed.
Now feel free to modify the hello world, to connect it to several using default library of channels and so on...