fp7-netide / Engine

App Engine to enable Network App programs to be executed, systematically tested, and refined on a variety of concrete SDN platforms
Eclipse Public License 1.0
10 stars 11 forks source link

New loader #126

Closed janniclas closed 8 years ago

janniclas commented 8 years ago

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:

  1. setup.sh to install all needed applications you need inside your vm to use the loader
  2. ./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.
  3. ./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 :)