Skip to content

Commit 6df11c5

Browse files
committed
Update readme, index
1 parent e901b72 commit 6df11c5

File tree

2 files changed

+57
-10
lines changed

2 files changed

+57
-10
lines changed

README.md

+53-6
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,63 @@ SSKAI에서 제작하는 `최적의 GenAIOps 환경을 제공하는 플랫폼`
9090
```bash
9191
git clone https://github.com/kookmin-sw/capstone-2024-12.git
9292
cd ./capstone-2024-12
93-
terraform init
94-
# 약 15분 가량 소요됩니다.
95-
terraform apply --auto-approve
96-
# 배포 완료 후, Terraform output에 플랫폼에 접속할 수 있는 경로가 삭제됩니다.
93+
# 약 40분 가량 소요됩니다.
94+
python3 sskai_execute.py
95+
96+
Enter REGION: us-east-1
97+
Enter AWSCLI PROFILE: default
98+
Enter MAIN SUFFIX: SSKAI
99+
0. Exit this operation.
100+
1. Build and Deploy container image.
101+
2. Deploy SSKAI Infrastructure.
102+
Enter the number: 1
103+
You can build only with x86/64 architecture and Unix kernel (Mac/Linux).
104+
105+
Enter the type of operation (create/delete): create
106+
Building and Deploying in progress.
107+
It takes about 15 minutes.
108+
Processing...
109+
110+
Complete
111+
112+
python3 sskai_execute.py
113+
0. Exit this operation.
114+
1. Build and Deploy container image.
115+
2. Deploy SSKAI Infrastructure.
116+
Enter the number: 2
117+
Enter the type of operation (create/delete): create
118+
It takes about 20 minutes.
119+
Processing...
120+
121+
Complete
97122
```
98123
4. 배포된 플랫폼 제거
99124
```bash
100125
cd ./capstone-2024-12
101-
# 약 20분 가량 소요됩니다.
102-
terraform destroy --auto-approve
126+
# 약 25분 가량 소요됩니다.
127+
python3 sskai_execute.py
128+
129+
0. Exit this operation.
130+
1. Build and Deploy container image.
131+
2. Deploy SSKAI Infrastructure.
132+
Enter the number: 2
133+
Enter the type of operation (create/delete): delete
134+
It takes about 20 minutes.
135+
Processing...
136+
137+
Complete
138+
139+
python3 sskai_execute.py
140+
141+
0. Exit this operation.
142+
1. Build and Deploy container image.
143+
2. Deploy SSKAI Infrastructure.
144+
Enter the number: 1
145+
Enter the type of operation (create/delete): delete
146+
It takes about 5 minutes.
147+
Processing...
148+
149+
Complete
103150
```
104151

105152
### 5. 결과물 예시

index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### 최적의 GenAIOps 환경을 제공하는 플랫폼
22

33
---
4-
### 중간 발표 자료
5-
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vT99WEy4Nt4D5rmQM1xj_0pN0unXcnF7Hd4eeBgMgB3yYG7RxPiEiOe_pNORc6N1Q/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1050" height="659" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
4+
### 최종 발표자료
5+
https://docs.google.com/presentation/d/1ETs9I7u6Vvl6uC1YgkyVSpkHVTacSOPC/edit?usp=sharing&ouid=110354635145523913913&rtpof=true&sd=true
66

7-
### 중간 보고서
8-
<iframe src="https://docs.google.com/document/d/e/2PACX-1vTk_gugjo6Kn975mTg9XLlMn2Dpp0LPXB85gjErZPZbkqU_GyHuFEugzOikWw4jJg/pub?embedded=true" width="600" height="900"></iframe>
7+
### 수행결과보고서
8+
https://docs.google.com/document/d/181B-_Gd2sWzUxvU5rz0etcdNCgc9jKtf/edit?usp=sharing&ouid=110354635145523913913&rtpof=true&sd=true
99
---
1010

1111
### 산학 협력 기업

0 commit comments

Comments
 (0)