File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SPARCS Homepage v3
2
2
3
- [ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/28ba6a4f-baed-4dc8-96a4-2650472b06d5 /deploy-status )] ( https://app.netlify.com/sites/sparcs/deploys )
3
+ [ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/0c077ed0-cf3d-4cc9-89d5-33f0285fc903 /deploy-status )] ( https://app.netlify.com/sites/sparcs/deploys )
4
4
[ ![ CI] ( https://github.com/sparcs-kaist/sparcs.org-v3/actions/workflows/ci.yml/badge.svg )] ( https://github.com/sparcs-kaist/sparcs.org-v3/actions/workflows/ci.yml )
5
5
6
- This website is built using [ Docusaurus 2] ( https://docusaurus.io/ ) , a modern static website generator.
6
+ This website is built using [ Docusaurus 3] ( https://docusaurus.io/ ) , a modern static website generator.
7
+
8
+ ## Contributor
9
+
10
+ Initially started by President of SPARCS in 2022 [ Seungbin Oh] ( https://github.com/sboh1214 ) with ❤️
11
+
12
+ ## How to develop
7
13
8
14
### Installation
9
15
@@ -38,7 +44,7 @@ npm run build
38
44
npm run deploy
39
45
```
40
46
41
- ### TODO
47
+ ## TODO
42
48
43
49
44
50
- 멤버 소개 빠짐
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ sleep infinity;
278
278
- Login Callback URL : ` https://<닉네임>.newaradx.sparcs.org/api/users/sso_login_callback`
279
279
2. PM님께 전달받은 \<(1) 키파일 내용\>과 \<(2) ssh 포트번호\>, \<(3) db 포트번호\>를 가지고 ssh와 vscode, datagrip 세팅을 진행
280
280
3. `make run` 실행 후, 초기 db 세팅
281
- 4. `https://\ <닉네임\ >.newaradx.sparcs.org` 에서 자유롭게 개발 가능!
281
+ 4. `https://<닉네임>.newaradx.sparcs.org` 에서 자유롭게 개발 가능!
282
282
283
283
**정말 간단해졌다!**
284
284
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gitops 환경을 구성하기 위해서는 선언적 인프라(Declarative Infra
16
16
이를 위해 상태 저장소(Config Repository) 를 구성하는것이 일반적이며, 상태 저장소에는 인프라의 현 상태를 정의하는 선언적인 코드들이 관리됩니다.
17
17
18
18
![ GitOps Principles and Workflows Every Team Should Know | Rafay] ( https://rafay.co/wp-content/uploads/2021/11/GitOpsDiagram-v1-1024x638.jpg )
19
- \< 이미지 출처 : [ https://rafay.co ] \>
19
+ \< 이미지 출처 : [ https://rafay.co ] ( https://rafay.co ) \>
20
20
### Stack for Gitops
21
21
22
22
Gitops를 구성하기 위해 필요한 요소는 크게 3가지로 나눌 수 있습니다.
You can’t perform that action at this time.
0 commit comments