Skip to content

Commit

Permalink
Updating readme and instructions (oracle#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Chalak authored and Djelibeybi committed May 12, 2018
1 parent e0ed724 commit c7dacf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions OracleWebCenterSites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To create web content management solutions, developers need a lightweight enviro

This project offers scripts to build an Oracle WebCenter Sites image based on 12c R2 (12.2.1.3). Use this Docker configuration to facilitate installation, configuration, and environment setup for DevOps users. For more information about Oracle WebCenter Sites, see the [Oracle WebCenter Sites Online Documentation](https://docs.oracle.com/middleware/12213/wcs/index.html).

This project creates Oracle WebCenter Sites Docker image with a single node targeted for development and excludes components such as SatelliteServer, SiteCapture, and VisitorServices. This image is not supported or recommended to use on a production system.
This project creates Oracle WebCenter Sites Docker image with a single node targeted for development and testing, and excludes components such as SatelliteServer, SiteCapture, and VisitorServices. This image is supported as per Oracle Support Note 2017945.1.

## 2. Hardware and Software Requirements
Oracle WebCenter Sites has been tested and is known to run on the following hardware and software:
Expand Down Expand Up @@ -207,14 +207,14 @@ This container is used to manage Admin Server.
`wcsitesadminserver.env.list` file details:
```
DOCKER_HOST=<Hostname>
DOCKER_HOST=<IP or Hostname of Docker Host. Should not use 'localhost' as IP or hostname of docker host.>
DB_CONNECTSTRING=<Hostname/ContainerName>:<Database Port>/<DB_PDB>.<DB_DOMAIN>
DB_USER=<By default: sys>
DB_PASSWORD=<Database Password>
RCU_PREFIX=<RCU_PREFIX>
DB_SCHEMA_PASSWORD=<database_schema_password: if not provided, it gets auto generated>
SAMPLES=<To install sample Sites, set samples as true, else set as false>
DOMAIN_NAME=<Domain Name optional>
DOMAIN_NAME=<Weblogic Domain Name optional>
SITES_SERVER_NAME=<Sites Server Name optional>
ADMIN_USERNAME=<Weblogic Admin UserName, default: weblogic>
ADMIN_PASSWORD=<Weblogic Admin Password: if not provided, it gets auto generated>
Expand Down Expand Up @@ -282,7 +282,7 @@ Update the environment `wcsitesserver.env.list` file which is located at `../doc
`wcsitesserver.env.list` file details:
```
WCSITES_ADMIN_HOSTNAME=<WCSites Admin Container Name>
DOMAIN_NAME=<Domain Name>
DOMAIN_NAME=<Weblogic_Domain Name>
SITES_SERVER_NAME=<Sites Server Name>
```
#### 2. Start the Managed Container
Expand Down
4 changes: 2 additions & 2 deletions OracleWebCenterSites/dockerfiles/wcsitesadminserver.env.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mandatory Parameters
#--------------------------------------------
#Docker host/client machine address
#Docker host/client machine address. Should not use 'localhost' as IP or hostname of docker host.
DOCKER_HOST=abc.def.com

#Database Configurable
Expand All @@ -24,7 +24,7 @@ DB_SCHEMA_PASSWORD=
#For Sites with examples set the below property to true. Defaults to 'false'.
SAMPLES=

#Sites domain name. Defaults to 'base_domain'.
#WebLogic domain name. Defaults to 'base_domain'.
DOMAIN_NAME=

#Sites server name. Defaults to 'wcsites_server1'.
Expand Down

0 comments on commit c7dacf0

Please sign in to comment.