You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  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:
      gadget_server_hostname=<the server host name of shindig>
      gadget_server_port=8080
      

#Start WIAB

  • No labels