Changes between Version 7 and Version 8 of CloudNativeRenew
- Timestamp:
- Mar 16, 2021, 3:53:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloudNativeRenew
v7 v8 19 19 Information on the full deployment will be shown later. 20 20 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. 22 22 * 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. 23 24 * Navigate to the main directory and run `./gradlew build` (or `.\gradlew build` on Windows CMD) 24 25 * 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` 26 27 * 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.