Skip to content

Commit f548a1d

Browse files
committed
adunanza release
1 parent 8515733 commit f548a1d

File tree

2 files changed

+14
-34
lines changed

2 files changed

+14
-34
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
This repository contains some docker files I use for several purposes. It usually contains scripts too. They should help me using these images.
44

5-
## terna-backend-devenv
5+
## to work
6+
7+
### terna-backend-devenv
68
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.
79

8-
## terna-frontend-devenv
10+
### terna-frontend-devenv
911
This is an image with NodeJS and Visual Studio Code preinstalled. This image is the basic frontend environment for 2Meter project I follow in Terna S.p.A.
12+
13+
14+
## to relax
15+
16+
### adunanza
17+
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.

adunanza/README.md

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,11 @@
1-
# terna-backend-devenv
1+
# adunanza
22

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.
44

55
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/)
77

88
Or you can dowload it with:
99

10-
> docker pull lucianozu/terna-backend-devenv
10+
> docker pull lucianozu/adunanza
1111
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

Comments
 (0)