-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
54 lines (39 loc) · 957 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
XEBIA
XKE-2012-09-06
HANDS'ON PUPPET
@Author cblonde
@Author plopez
@Author xbucchiotty
##############################################
#Part 1, Configure the boxes....
##############################################
Prerequisites
* VirtualBox
* Vagrant
* Gradle
# Initiate the image of the box used after
> vagrant box add lucid32-fr https://s3-eu-west-1.amazonaws.com/xebia-vagrant/package.box
# To launch at the root of this project
> vagrant up
...
#TO SEE THE SOLUTION
> git checkout PART-1-SOLUTION
#TO CONTINUE
> git merge PART-2
##############################################
#Part 2, Let's code the infra
##############################################
Your are given the following modules for
* xebia-nexus
* xebia-deployWar
* xebia-utils
You need to build on puppet node:
* JDK 6
* 1 nexus instance
You need to build on node 1:
* JDK 6
* 1 Tomcat 6
#TO SEE THE SOLUTION
> git checkout PART-2-SOLUTION
#TO CONTINUE
> git merge PART-3