Projects



Changes between Version 10 and Version 11 of CloudNativeRenew


Ignore:
Timestamp:
Mar 16, 2021, 4:25:34 PM (4 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudNativeRenew

    v10 v11  
    2121* 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.
     23* (optional) ''If port 8098 is in use'' on your machine, open the file `CloudNativeSpring/src/main/resources/application.properties` and change the entry `server.port` to an unused port.
    2424* Navigate to the main directory and run `./gradlew build` (or `.\gradlew build` on Windows CMD)
    2525* To start use the following command: