I have been asked by @cstritzke to update the loader to meet the requirements by the new package structure.
Afterwards @Juanma-Sanchez integrated a verifier for the package which is about to be loaded.
To use the loader for a package follow the following steps:
setup.sh to install all needed applications you need inside your vm to use the loader
./startLoader.sh install /path/to/some/package to prepare your vm to run the given package. Installs Engine, ODL, etc. as needed from the package.
./startLoader.sh run /path/to/some/package runs the apps specified in the package
For additional commands see the readme inside the loader package or feel free to ask me.
Also let me know if I should provide any additional information here.
@cstritzke I don't know who is responsible for handling the pull requests, so please assign anybody fit for the task please :)
Hello everybody,
I have been asked by @cstritzke to update the loader to meet the requirements by the new package structure. Afterwards @Juanma-Sanchez integrated a verifier for the package which is about to be loaded.
To use the loader for a package follow the following steps:
setup.sh
to install all needed applications you need inside your vm to use the loader./startLoader.sh install /path/to/some/package
to prepare your vm to run the given package. Installs Engine, ODL, etc. as needed from the package../startLoader.sh run /path/to/some/package
runs the apps specified in the packageFor additional commands see the readme inside the loader package or feel free to ask me.
Also let me know if I should provide any additional information here.
@cstritzke I don't know who is responsible for handling the pull requests, so please assign anybody fit for the task please :)