ROLE SDK
From role-project
Contents |
Running the SDK
- Download the SDK here: https://sourceforge.net/projects/role-project/files/role-m8-sdk/
- extract the SDK
- go into folder role-m8-sdk/bin
- In the bin directory start files for unix like environments (start.sh) and windows environments (start.cmd) can be found. Execute the appropriate start file for your operating system to start the SDK.
Once the startup is complete, an "Initialization complete" message will appear at the end of the log outputs of the command window which opened after executing the start command (or in which you manually typed the start command).
- Point your browser to http://127.0.0.1:8073 (Avoid using localhost instead of 127.0.0.1 since there are problems with setting cookies on localhost on some browsers.)
Documentation
- Have a look at
- ../role-0.0.1-SNAPSHOT-sdk/index.html
- ../role-0.0.1-SNAPSHOT-sdk/README
- Javascript documentation is available at:
- More documentation can be found on the developer wiki on sourceforge:
- You can also take a look at the sample widgets:
- The ROLE projects homepage can also be of interest:
Development
For development of gadgets it is recommended that you initially put them into the samples directory. When they become more mature you need to find a place to host them, perhaps together with further javascripts, icons and other files. You should also consider registering the mature widgets on the ROLE widgetstore: http://widgetstore.role-demo.de
Testpages
- ROLE environment runs at http://127.0.0.1:8073/
- enter the test-space http://127.0.0.1:8073/spaces/test
- log-in using
- username: testuser
- password: roleabdc
Components
- Openapp
- XMPP
- Spaces
- Monitoring (CAM)
