Projects



Changes between Version 7 and Version 8 of CloudNativeRenew


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudNativeRenew

    v7 v8  
    1919Information on the full deployment will be shown later.
    2020
    21 * Make sure to you have Java 11+ installed on the machine, you want to run Renew on.
     21* Make sure to you have Java 11+ and any HTTP enabled tool, such as `curl` installed on the machine, you want to run Renew on.
    2222* Download the package above and unzip it.
     23* (optional) ''If port 8098 is in use'' on your machine, open the file `src/main/resources/application.properties` and change the entry `server.port` to an unused port.
    2324* Navigate to the main directory and run `./gradlew build` (or `.\gradlew build` on Windows CMD)
    2425* 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 * !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`
    2627 * Windows: `java -p dist;dist/libs -m de.renew.loader gui`
     28* Open a command shell and execute `curl localhost:8098/log` (or use the port you specified earlier in the `application.properties` file. The log files of the simulator will be returned from the moment onward the cloud native plugin was initialized.