Starting And Stopping

Starting Zoe

Launch the Application

From your GUI

Double click on Zoe.jar

From the Command Line

java -jar Zoe.jar

Note: It is strongly recommended that you run the above command from within the directory that contains Zoe.jar

In either case, once ZOË is running, your web browser should launch automatically.

If your browser fails to open on its own, open it mannually and point it to http://127.0.0.1:10080.

Shutting down ZOË

From inside ZOË

  1. from the main page, click on the large ZOË near the top. This will take you to the Preferences page (or just type this address in the address bar http://127.0.0.1:10080/preferences/ ). Then, click on the grey shutdown button near your name.

From the Browser Address Bar

Now that ZOË uses simple and consistent URIs, you can shutdown ZOË by simply following this link: http://127.0.0.1:10080/preferences/-/shutdown

From the Command Line

java -jar Zoe.jar shutdown

See also Run As Service for info on starting and stopping ZOË automatically.