|
1 | | -# terna-backend-devenv |
| 1 | +# adunanza |
2 | 2 |
|
3 | | -This is an ubuntu image with Eclipse 2018-09 (4.9.0) and Oracle WebLogic 12 (develop version) preinstalled. This image is the basic backend environment for 2Meter project I follow in Terna S.p.A. |
| 3 | +This is an ubuntu 16.04 image with amule adunanza preinstalled and ready to be used. Adunanza is an amule/emule version for Fastweb internet provider customers. |
4 | 4 |
|
5 | 5 | Docker image is located at: |
6 | | -[lucianozu dockerhub](https://hub.docker.com/r/lucianozu/terna-backend-devenv/) |
| 6 | +[lucianozu dockerhub](https://hub.docker.com/r/lucianozu/adunanza/) |
7 | 7 |
|
8 | 8 | Or you can dowload it with: |
9 | 9 |
|
10 | | -> docker pull lucianozu/terna-backend-devenv |
| 10 | +> docker pull lucianozu/adunanza |
11 | 11 |
|
12 | | -## INFO |
13 | | -Before calling docker build you need for an archive named **bundle.tar.gz**. |
14 | | - |
15 | | -You can find this file as binary in github version tags. |
16 | | - |
17 | | -1. Bundle archive should have files with uid and gid equal to 1000 (into the image 1000 will be weblogic user) |
18 | | - |
19 | | -2. Bundle archive **must** contains: |
20 | | - |
21 | | -- eclipse folder with eclipse version you like (and with all plug-in you like, actually there are: Subclipse and Oracle WebLogic Server Tools) |
22 | | -- fmw_12.2.1.0.0_wls_quick.jar that is the WebLogic 12 (develop edition) installer you can dowload from Oracle |
23 | | -- jdk-8u181-linux-x64.tar.gz |
24 | | -- README.txt that is an info file that contains the following content |
25 | | - |
26 | | -#### README.txt |
27 | | - |
28 | | -Ar the first startup you need for a Weblogic domain. You can do it with this: |
29 | | - |
30 | | -> /home/weblogic/wls12210/oracle_common/common/bin/config.sh |
31 | | -
|
32 | | -NOTE: a volume for domains is already defined at path: **/home/weblogic/wls12210/user_projects** |
33 | | - |
34 | | -So you are adviced to use this path. Using a volume Weblogic will be faster and your domains will be portable. |
35 | | - |
36 | | - |
37 | | -NOTE: a volume for workspaces is already defined at path: **/root/workspaces** |
38 | | - |
39 | | -So you are adviced to use this path. Using a volume eclipse will be faster and your workspaces will be portable. |
0 commit comments