Skip to content
Mark Patton edited this page Oct 31, 2016 · 15 revisions

Create archive

Create a book collection and add items to it.

Use command line tool to check that archive is valid.

Deploy IIIF endpoints

  1. Configure application container such as tomcat
  2. If your image ids have slashes in them be sure to configure your server to allow them. If you are using a proxy it must pass the original url to the services, not a percent decoded url.
  3. Deploy webapps
  4. May edit webapp configuration in properties files. (Should be on classpath somewhere.)

Deploy website

  1. Configure application container such as tomcat

  2. Ensure that container has compression turned on for xml and javascript

  3. Make sure appropriate crossdomain.xml available at root of web server.

      ``
      ``
        ``
      ``
      
  4. Edit web.xml and properties files of webapps to be configure appropriately.

  5. Deploy webapps