Skip to content

Reestruction of folders and scripts #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Feb 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
8f7319a
added usage of -f
brunoborges Feb 6, 2015
6e6fe7d
should reference OL 7 for latest always
brunoborges Feb 6, 2015
f9f6119
reestructure folder of generic config
brunoborges Feb 6, 2015
6641bd3
new folder structure, and added WebLogic 11g 10.3.6 configuration
brunoborges Feb 10, 2015
9acf29b
file holders
brunoborges Feb 10, 2015
b322f6e
fixed URLs
brunoborges Feb 10, 2015
11300cd
better docs
brunoborges Feb 10, 2015
a96ba9b
better docs
brunoborges Feb 10, 2015
5193df2
Merge branch 'master' of github.com:brunoborges/docker
brunoborges Feb 10, 2015
ef02163
fixed doc
brunoborges Feb 10, 2015
81a6bfc
var to define defualt port of nodemanager
brunoborges Feb 11, 2015
68a9842
minor improvements such as usage and formatting
brunoborges Feb 11, 2015
9e3a03b
default port parameters
brunoborges Feb 11, 2015
83600ec
project reestructured
brunoborges Feb 11, 2015
3532ef1
make sure to delete the Dockerfile link before linking
brunoborges Feb 11, 2015
ee1af81
not needed anymore
brunoborges Feb 12, 2015
aa6b9f7
make sure bin folder of domain is part of PATH
brunoborges Feb 12, 2015
8210916
use -f to remove possibly inexisting link
brunoborges Feb 12, 2015
eda6088
add oracle_common/common/bin to PATH, for things such as wlst.sh
brunoborges Feb 12, 2015
4a32803
improved magic scripts to start and add NM to admin domain
brunoborges Feb 12, 2015
cb2969f
improved scripts for 11g
brunoborges Feb 12, 2015
7611aea
added /u01/oracle to PATH
brunoborges Feb 12, 2015
84325d7
usage print
brunoborges Feb 12, 2015
9acad9f
normalized Dockerfiles
brunoborges Feb 12, 2015
8b87565
config works with generic and dev
brunoborges Feb 12, 2015
63a995f
make link of wlserver_10.3 to wlserver, to work either developer or g…
brunoborges Feb 12, 2015
583f946
use the same command
brunoborges Feb 12, 2015
37e9f1e
recovered missing files
brunoborges Feb 12, 2015
46f5e99
adjusted Dockerfiles for 11g
brunoborges Feb 12, 2015
512d4f4
updated documentation
brunoborges Feb 12, 2015
ddac246
improved README
brunoborges Feb 12, 2015
863250e
fixed formatting
brunoborges Feb 12, 2015
4ae0b3b
fixed formatting
brunoborges Feb 12, 2015
a485d42
fixed main description
brunoborges Feb 12, 2015
221af06
changed to relative paths in URLs
brunoborges Feb 12, 2015
41f2008
should be USER_MEM_ARGS
brunoborges Feb 12, 2015
6ed1ab1
ENVs in format compatible with docker 1.3.3
brunoborges Feb 12, 2015
d12ddc3
changed to function to later avoid this if needed
brunoborges Feb 12, 2015
fa4748a
in 11g, nodemanager must be enrolled
brunoborges Feb 12, 2015
3e0db92
compatible with docker 1.3.3
brunoborges Feb 12, 2015
ff53e90
fixed relative path
brunoborges Feb 12, 2015
3b08175
important note aboute NodeManager on 11g
brunoborges Feb 12, 2015
11db783
better description
brunoborges Feb 12, 2015
0be1bba
variables
brunoborges Feb 13, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 121 additions & 44 deletions OracleWebLogic/README.md

Large diffs are not rendered by default.

106 changes: 0 additions & 106 deletions OracleWebLogic/bin/buildDockerImage.sh

This file was deleted.

107 changes: 0 additions & 107 deletions OracleWebLogic/bin/dockNodeManager.sh

This file was deleted.

85 changes: 0 additions & 85 deletions OracleWebLogic/bin/dockWebLogic.sh

This file was deleted.

48 changes: 0 additions & 48 deletions OracleWebLogic/bin/setDockerEnv.sh

This file was deleted.

4 changes: 4 additions & 0 deletions OracleWebLogic/dockerfiles/10.3.6/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk-7u75-linux-x64.rpm
wls1036_dev.zip
wls1036_generic.jar

4 changes: 4 additions & 0 deletions OracleWebLogic/dockerfiles/10.3.6/Checksum.developer
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Download from http://www.oracle.com/technetwork/java/javase/downloads/index.html
53b8513548ae527d79899902524a06e1 jdk-7u75-linux-x64.rpm
# Download from http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
9690c184b81731b8feaa245b0060a296 wls1036_dev.zip
6 changes: 6 additions & 0 deletions OracleWebLogic/dockerfiles/10.3.6/Checksum.generic
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Download from http://www.oracle.com/technetwork/java/javase/downloads/index.html
53b8513548ae527d79899902524a06e1 jdk-7u75-linux-x64.rpm
# Download from http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
# Extract file wls1036_generic.jar from inside wls1036_linux32.bin. You can use unzip.
#
33d45745ff0510381de84427a7536f65 wls1036_generic.jar
Loading