February62009
Demo Server Setup
For the demo server, all web pages within the webapp directory need to be preprocessed to fix the links. The static pages (documentation pages) reside on the sourceforge server while the dynamic pages are served from the demo server. We thus need to fix all links on the demo server to point back to sourceforge.
This is done by calling
build.sh demoserver
once. The ant script creates a copy of the webapp dir in build/docs/source, which contains the processed files. Now,
- Move the current
webappdir towebapp.source
- Copy
build/docs/sourcetowebapp
- Copy the
webapp.source/WEB-INF/datadirectory towebapp.source/WEB-INF/data
- 0 Comments
- Add Comment
