Configuration
The Bedework CachedFeeder may be deployed on any JVM in your network or off your network. It only needs to be able to reach your public events calendar server. Tell it where to find your calendar server by:
- In quickstarthome/cachefeeder/config/environments/development.rb:
- Set TARGETSERVER to your public events calendar location (followed by '/feeder').
Example: http://events.myuniversity.edu/feeder
Default: 'http://localhost:8080/feeder'
- Set TARGETSERVER to your public events calendar location (followed by '/feeder').
In addition, you need to set the location of your CachedFeeder in the URL/Widget builder.
- In quickstarthome/cachefeeder/URLandWidgetBuilder/index.html:
- Edit the URL in this line to point to your cache: '<script type="text/javascript" src="http://localhost:9090/webcache/v1.0/categories/widget-json-cats/catsObj.json"></script>'.
Default: 'http://localhost:9090/webcache'
- Edit the URL in this line to point to your cache: '<script type="text/javascript" src="http://localhost:9090/webcache/v1.0/categories/widget-json-cats/catsObj.json"></script>'.
- In quickstarthome/cachefeeder/URLandWidgetBuilder/javascript/bedework/builder.js
- Edit the setting in the very top of the file to point to your cache.
Default: 'http://localhost:9090/webcache'
- Edit the setting in the very top of the file to point to your cache.
