Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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.

Note
TitleNote

Currently gadgets does not work on Firefox 3.x

  1. Install Shindig by following the instructions at Shindig Installation Instructions
    1. Edit the file WEB-INF/classes/containers/default/containers.js
      1. Add "wave" to "gadgets.container" property. "gadgets.container" : "default", "accel", "wave",
      2. 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,
    2. Restart Shindig (i.e. The server hosting it - Tomcat)
  1. Get WIAB, but don't start the server yet
    1. Edit server.config and add the following:
      Code Block
      none
      none
      gadget_server_hostname=<the server host name of shindig>
      gadget_server_port=8080
      
  1. Start WIAB