-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
36 lines (22 loc) · 1.06 KB
/
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
ACDT : Applicative Component Deployment Tool
============================================
* Introduction
ACDT is the acronym for Applicative Component Deployment Tool.
It's a set of bash scripts allowing to deploy and rollback applicative component
with only a single configuration file.
ACDT is composed of 3 scripts :
- acdt-project : Setup a new configuration file for a project
- acdt-deploy : Deploy component bind to the project
- acdt-rollback : Rollback component installed with acdt-deploy
* Build ACDT as Debian Package
You can use the script build.sh to build acdt as debian package.
After checkout project on unix system :
- change right on build.sh : chmod +x build.sh
- change file in unix format if necessary : dos2unix build.sh
- execute build.sh : ./build.sh
* Install on Debian system
After building acdt as debian package, deb file is in binaries directory.
To install it on debian system, just do that :
- dpkg -i acdt_X.X_all.deb
* Build ACDT as Red Hat/Fedora RPM Package
* Install on Red Hat/Fedora system