This is the OGCE gadget container. In addition to the gadget container code, the SVN includes * Apache Tomcat 6.0.20 * Apache Shindig 2.0 REQUIRED DOWNLOADS You must download EXT-JS 2.2 (http://www.extjs.com/archive/extjs/ext-2.2.zip) and unpack it in ishindig-webapp/src/main/webapp/www/extjs/. In particular, make sure that these are in the extjs subdirectory: resources/css/ext-all.css adapter/ext/ext-base.js ext-all.js That is, these links must work in ishindig.html: EXT-JS is available from http://www.sencha.com/products/extjs/download/. For EXT-JS 2.2, use this link: http://dev.sencha.com/deploy/ext-2.2.zip BUILDING AND DEPLOYING Use Apache Maven 3.x to build with the command "mvn clean install". This will deploy the gadget container, Shindig, and example gadgets into the provided Tomcat under the portal_deploy directory. STARTING AND CREATING ACCOUNTS * In the top level project directory, start the Tomcat server with the command "./startup.sh". Stop it with "./shutdown.sh". * Log on to https://localhost:7443/ishindig-webapp. First time users should create accounts using the forms on the right-hand side of the startup page. TROUBLESHOOTING * Tomcat fails to start - The default tomcat ports are configured to 7070 for http and 7443 for https. Verify if these ports are free. If you would like to use alternate ports, you can edit the pom.xml and . * Empty page is displayed after login - Verify extjs is downloaded and setup correctly as per the instructions above. If you downloaded extjs after running mvn clean install, rebuild again or copy the files into portal_deploy/apache-tomcat-6.0.20/webapps/ishindig-webapp/www/extjs/