Просмотр исходного кода

doc: add link to local console

Update local development instructions to add a link to the
locally-running console.
Samuel Padgett 4 лет назад
Родитель
Сommit
9fe0556309
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -51,6 +51,7 @@ to deploy it to a cluster.
 2. `yarn run start`
 2. `yarn run start`
 3. `oc login` (requires an OpenShift cluster)
 3. `oc login` (requires an OpenShift cluster)
 4. `yarn run start-console` (requires Docker or podman)
 4. `yarn run start-console` (requires Docker or podman)
+5. Navigate to <http://localhost:9000/example>
 
 
 This will run the OpenShift console in a container connected to the cluster
 This will run the OpenShift console in a container connected to the cluster
 you've logged into. The plugin HTTP server runs on port 9001 with CORS enabled.
 you've logged into. The plugin HTTP server runs on port 9001 with CORS enabled.