Changes between Version 24 and Version 25 of CloudNativeRenew
- Timestamp:
- Mar 29, 2021, 3:58:33 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloudNativeRenew
v24 v25 65 65 66 66 First attempt to start the net system `primeDistributor_withPlugin.sns` by executing:\\ 67 `curl -F "snsZipFile=@primeDistributor_withPlugin.sns" localhost:8085/upload/sns?fileName=primeDistributor_withPlugin` 67 `curl -F "snsZipFile=@primeDistributor_withPlugin.sns" localhost:8085/upload/sns?fileName=primeDistributor_withPlugin`\\ 68 68 `curl -X POST "localhost:8085/simulation/start?mainNet=primeDistributor&sns=primeDistributor_withPlugin.sns"` 69 69 … … 81 81 `curl -X POST "localhost:8085/simulation/start?mainNet=primeDistributor&sns=primeDistributor_withPlugin.sns"` 82 82 83 Use the log to observe the number computations printed to the console: 83 Use the log to observe the number computations printed to the console:\\ 84 84 `curl localhost:8085/log` 85 85