THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
This is the instructions for running your WIAB as well as your own gadget serrver (Shindig). These instructions uses the Apache Tomcat version of Shindig.
Currently gadgets does not work on Firefox 3.x
- Install Shindig by following the instructions at Shindig Installation Instructions
- Edit the file
WEB-INF/classes/containers/default/containers.js
- Add "wave" to "gadgets.container" property.
"gadgets.container" : "default", "accel", "wave",
- Wave doesn't use the security token (st), so you have to set shindig not to require it. Add the line:
"render_token_required" : false,
- Add "wave" to "gadgets.container" property.
- Restart Shindig (i.e. The server hosting it - Tomcat)
- Edit the file
- Get WIAB, but don't start the server yet
- Edit server.config and add the following:
gadget_server_hostname=<the server host name of shindig> gadget_server_port=8080
- Edit server.config and add the following: