Before going to the next steps please assure to meet all the dependency requirements
Download the latest OpenVolcano Version
$ mkdir /workspace
$ cd /workspace
$ git clone http://www.input-project.eu/git/openvolcano
Now inside the “WD/openvolcano” folder, you have subdirectories: “config”, “script”, and “test”.
$ chmod +x scripts/*.sh
$ ./scripts/install-stratov.sh
$ ./scripts/install-caldera.sh
Now you have a directory named “src” with the sources of the openVolcano modules.
Build OpenVolcano
To build the main logical building blocks (StratoV and Caldera) you have just to run the corresponding script:
$ ./scripts/build-stratov.sh
and/or
./scripts/build-caldera.sh
You can disable the build of one or more specific modules: Example: Disable the Lava and Magma modules.
$ scripts/configure-stratov.sh --without-lava -–without-magma
or
$ scripts/configure-stratov.sh --without-modules=lava
To update the source code from the repository:
$ scripts/update-stratov.sh
and/or
$ scripts/update-caldera.sh