Unzip the OW2 FraSCAti distribution archive and you get the following directory structure:
bin: Launch scripts allowing to compile and run SCA components,
lib: OW2 FraSCAti libraries,
examples: SCA component implementation and composite examples,
conf: OW2 FraSCAti configuration files.
sca-apps: All SCA applications in this directory are auto-loaded when launching FraSCAti Explorer.
To compile and run SCA composites with OW2 FraSCAti, you also have
to set the FRASCATI_HOME
system environment variable.
FRASCATI_HOME
has to point to the directory where the
OW2 FraSCAti runtime distribution was extracted.
[linux] export FRASCATI_HOME=/path/to/your/FraSCAti/runtime/distribution [windows] set FRASCATI_HOME=C:\path\to\your\FraSCAti\runtime\distribution
For conveniance, you can add FRASCATI_HOME/bin to your PATH variable to get the frascati command available in the PATH.
Now, you are ready to develop and run SCA applications with OW2 FraSCAti.