How to use Exhibit offline is outdated. Please see this page instead.

These instructions work for Exhibit 1.0. You need to adapt them for Exhibit 2.0.

First, download the source code using these instructions.

Once you have the source, you need to make one modification. Go into src/webapp/api/exhibit-api.js, find

  "http://static.simile.mit.edu/ajax/api/simile-ajax-api.js"

and replace it with

 "/ajax/api/simile-ajax-api.js"

Then everything is local, ... except for the time line, the map markers, and the exhibit logos. The map markers and the exhibit logos can be checked out from

 http://simile.mit.edu/repository/graphics/trunk/release/

There is a place in src/webapp/api/scripts/views/map-view.js that you need to change to use those map markers and exhibit logos locally.

The Exhibit code base comes with the Jetty web server. You can go into the exhibit/ directory and type

 run

That will serve Exhibit at http://127.0.0.1:8888/exhibit/.