Archon to Archives Space Migration Tool System Requirements You will need to have java installed to run this service. Example: java -version -> Java(TM) SE Runtime Environment (build 1.7.0_17-b02) -> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) Running the service Download the .war file from the members area of the ArchivesSpace website and Open a terminal/command prompt. Navigate to the folder where you saved the war file. Run this command: java -jar archon-migration.war [--httpPort=XXXX] This will start the application within an embedded webserver. The default port of the webserver is 8080. Keep the terminal window open as long as you are using the migration tool To stop the migration tool, close the terminal window or use CTRL-C at the prompt. Visit your application at http://localhost:8080 or at the URL of the webserver where it is hosted. Building the distribution You can build a distribution by cloning the source code: git clone https://github.com/archivespace/archon-migration.git cd archon-migration and using warbler to build a web application archive: gem install warbler warble executable war