Skip to content
pshields edited this page Jun 7, 2016 · 8 revisions

Image Service

Running Locally

With any application that is designed to deal with large amounts of data, one of the main issues with running the application locally for development purposes is that you need a source of data.

One possible way of addressing this and getting a working image-service running locally is to follow the following process:

  1. Check out the code from source control and import and setup in your IDE
  2. Find an existing dev environment instance of ImageService that is already running and contains the Image data, at the time of writing images2-dev.ala.org.au was suitable.
  3. If the dev environment does not accept connections from local host, either have the firewall adjusted or SSH tunnel to remote database.
  4. Obtain a copy of the external configuration file /data/images/config/images-config.properties. These are not kept centrally so you will need to copy one from another environment or get a copy from a developer who has recently been working on the application (check source control log).
  5. Modify the
Clone this wiki locally