Projects



Changes between Version 6 and Version 7 of CloudNativeRenew


Ignore:
Timestamp:
Mar 16, 2021, 3:46:56 PM (4 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudNativeRenew

    v6 v7  
    33Cloud Native Renew aims towards incorporating aspects of observability, operability, agility, and resilience into reference net simulations based on Renew.
    44Its intended use is the deployment in cloud environments without direct administrative access to the system itself.
     5Our current implementation is based on Renew 4.0 (see http://www.renew.de)
    56
    67The approach is in line with other related contributions, such as RenewKube and PetriNetSagas.
     
    1213== Download ==
    1314
    14 The cloud native Renew plugin (shown in bold font in the figure) can be downloaded here.
     15The latest version of the cloud native Renew plugin (shown in bold font in the figure) can be downloaded here.
     16
     17== Usage ==
     18This section describes the usage in an isolated context, meaning a simple start of a Renew instance along with the cloud native plugin, but not the entire deployment outlined in the figure above.
     19Information on the full deployment will be shown later.
     20
     21* Make sure to you have Java 11+ installed on the machine, you want to run Renew on.
     22* Download the package above and unzip it.
     23* Navigate to the main directory and run `./gradlew build` (or `.\gradlew build` on Windows CMD)
     24* To start use the following command:
     25 * Linux/Unix: `java -p dist:dist/libs -m de.renew.loader gui` (depending on your shell you might need to escape the colon character: `java -p dist\:dist/libs -m de.renew.loader gui`
     26 * Windows: `java -p dist;dist/libs -m de.renew.loader gui`