Overview
--------
The SwordfishServer is a standalone Eclipse Application supporting deployment
of Swordfish modules from the Eclipse IDE.


Prerequistes
------------
- A JDK version 1.6 has to be installed and the java.home variable pointing to it.
- Otherwise the same requirements as for running Eclipse on the target system apply.
- Servers for additional platforms are available upon request. Please contact the 
  Swordfish team.


Installation
------------
- Unzip the server for your platform to a directory of your choice.


Startup
-------
Windows
- double-click the swordfish.exe or
- open a command line, change to the installation directory, and run swordfish.exe

Linux
- open a console, change to the installation directory and run ./swordfish

MacOS
- open a console, change to <installation directory>/swordfish.app/Contents/MacOS and run ./swordfish
- Note that starting the server as normal MacOS application is currently not supported.


Shutdown
--------
While it is possible to simply close the swordfish terminal, we recommend to stop the server
either by typing 'exit' or 'stop 0' in the OSGi console window.
