Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Remark: Only working in server or monolithic odysseus! If you want to install features for Odysseus Client use How to install new features.

You may use Odysseus Script to modify your installation or assert some plugin to be installed, e.g. like a certain wrapper when it used in a subsequent query.

#UPDATESITE

This command changes the update site for all following commands.

Code Block
#UPDATESITE http://odysseus.offis.uni-oldenburg.de/update.dev

#REQUIRED

This command allows you to check and install the existence of a certain feature.

...

...

Check and install mining feature, if it is not already installed

Code Block
languagejavascript
themeEclipse
languagejavascript
linenumberstrue
#REQUIRED de.uniol.inf.is.odyssseus.mining

Check and install mining feature, if it is not already installed (some as above)

Code Block
language
languagejavascript
themeEclipse
javascriptlinenumberstrue
#REQUIRED de.uniol.inf.is.odyssseus.mining true

Only check if mining feature is already installed, but do not install it automatically

Code Block
language
languagejavascript
themeEclipse
javascriptlinenumberstrue
#REQUIRED de.uniol.inf.is.odyssseus.mining false

...

Has no parameters

Example

Code Block
languagejavascript
themeEclipselanguagejavascript
linenumberstrue
#UPDATE