-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·37 lines (25 loc) · 1.59 KB
/
README
File metadata and controls
executable file
·37 lines (25 loc) · 1.59 KB
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
*************************************************************************************************************************************************
Steps to setup DevSecOps pipeline:
1. Untar given file by using command:
tar -zxvf DevsecOps.tar.xz
2.Give permission to extracted folder
3.To start all container, go inside unzipped folder using command cd DevSecOps, and execute start-container.sh script
./start-container.sh
4.To open jenkins, urbancode deploy, urbancode velocity use following urls
jenkins --> http://ip:9292
Urbancode deploy --> https://IP-Address:8443
Urbancode velocity --> https://IP-Address
Note: replace IP-Address with ip of your machine
*************************************************************************************************************************************************
To stop pipeline
1. In DevSecOps directory execute stop_all_containers.sh script by running following command
$./stop_all_containers.sh
************************************************************************************************************************************************
To Remove all containers
1. In DevSecOps directory execute remove_all_containers.sh by running following command
Note: This will remove all containers data and container from you machine, you can't recover data.
***********************************************************************************************************************************************
URLs for Tools:
Jenkins --> http://IP-Address:9292
Urbancode Velocity --> https://IP-Address
Urbancode Deploy --> https://IP-Address:8443