You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MII sample doc update. Note this change is for master & 3.0.0-rc1 only (do not merge into develop)
* MII sample doc update. Note this change is for master & 3.0.0-rc1 only (do not merge into develop)
> **Note**: We will refer to the top directory of the operator source tree as `/tmp/operator-source`; however, you can use a different location.
112
+
> **Note**: We will refer to the top directory of the operator source tree as `/tmp/weblogic-kubernetes-operator`; however, you can use a different location.
113
113
114
114
For additional information about obtaining the operator source, see the [Developer Guide Requirements](https://oracle.github.io/weblogic-kubernetes-operator/developerguide/requirements/).
> **Note**: We will refer to this working copy of the sample as `/tmp/mii-sample`; however, you can use a different location.
@@ -319,10 +319,10 @@ A JRF domain requires an infrastructure database and also requires initializing
319
319
- In the local shell, `docker login container-registry.oracle.com`.
320
320
- In the local shell, `docker pull container-registry.oracle.com/database/enterprise:12.2.0.1-slim`.
321
321
322
-
- Use the sample script in `/tmp/operator-source/kubernetes/samples/scripts/create-oracle-db-service` to create an Oracle database running in the pod, `oracle-db`.
322
+
- Use the sample script in `/tmp/weblogic-kubernetes-operator/kubernetes/samples/scripts/create-oracle-db-service` to create an Oracle database running in the pod, `oracle-db`.
323
323
324
324
```
325
-
$ cd /tmp/operator-source/kubernetes/samples/scripts/create-oracle-db-service
325
+
$ cd /tmp/weblogic-kubernetes-operator/kubernetes/samples/scripts/create-oracle-db-service
326
326
$ start-db-service.sh
327
327
```
328
328
@@ -333,12 +333,12 @@ A JRF domain requires an infrastructure database and also requires initializing
333
333
**WARNING:** The Oracle Database Docker images are supported only for non-production use. For more details, see My Oracle Support note: Oracle Support for Database Running on Docker (Doc ID 2216342.1).
334
334
335
335
336
-
2. Use the sample script in `/tmp/operator-source/kubernetes/samples/scripts/create-rcu-schema` to create the RCU schema with the schema prefix `FMW1`.
336
+
2. Use the sample script in `/tmp/weblogic-kubernetes-operator/kubernetes/samples/scripts/create-rcu-schema` to create the RCU schema with the schema prefix `FMW1`.
337
337
338
338
Note that this script assumes `Oradoc_db1` is the DBA password, `Oradoc_db1` is the schema password, and that the database URL is `oracle-db.default.svc.cluster.local:1521/devpdb.k8s`.
339
339
340
340
```
341
-
$ cd /tmp/operator-source/kubernetes/samples/scripts/create-rcu-schema
341
+
$ cd /tmp/weblogic-kubernetes-operator/kubernetes/samples/scripts/create-rcu-schema
0 commit comments