File tree 3 files changed +484
-2022
lines changed
3 files changed +484
-2022
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ Submit issues in [Jira].
14
14
15
15
* [ NodeJS v18.15+] [ nodejs ]
16
16
* [ npm v9.5+] [ npm ]
17
+ * [ Podman] [ podman ]
18
+
19
+ After installing Podman, create and start your VM.
20
+
21
+ ```
22
+ podman machine init
23
+ podman machine start
24
+ ```
17
25
18
26
## Setup ` hosts ` entries (do this once)
19
27
@@ -207,5 +215,6 @@ This [RELEASE][release-doc] doc describes how to release Koku UI to each staging
207
215
[ npm ] : https://www.npmjs.com/
208
216
[ patch-etc-hosts ] : https://github.com/RedHatInsights/insights-proxy/blob/master/scripts/patch-etc-hosts.sh
209
217
[ Patternfly ] : https://www.patternfly.org/
218
+ [ podman ] : https://podman.io/docs/installation
210
219
[ release-doc ] : https://github.com/project-koku/koku-ui/blob/main/RELEASE.md
211
220
[ serving-files-locally ] : https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally
You can’t perform that action at this time.
0 commit comments