Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ionic install
- Service Registry
- docker
- 도커 설치
- yml 여러개
- docker isntall
- CORS
- Rest
- git
- ionic
- Service Discovery
- 아이오닉
- eureka
- MSA
- yml constant
- Spring
- spring boot
- spring boot rest api
- 다중 yml
- datasource
- 도커
- api 서버
- multiple yml
- mariadb
- spring constant
- gitlab
- Spring cloud
- 16.04
- 아이오닉 설치
- github
Archives
- Today
- Total
목록github (1)
개발 메모장
[Git] Gitlab html 페이지(page) 만들기
github에서도 손쉽게 페이지를 만들 수 있지만 github는 기본이 repository의 공개범위가 public 입니다. (private으로 하려면 비용이 발생...) 하지만 gitlab에서는 private으로 repository를 생성할 수 있습니다. 그래서 개인적인 프로젝트는 주로 gitlab을 사용합니다. 그리고 gitlab에서도 간단하게 페이지를 만들 수 있습니다. 1. Project(repository) 만들기 - 프로젝트 이름을 "userId.gitlab.io"로 만들면 페이지 주소는 『https://userid.gitlab.io』로 생성됩니다. - 이 외에 이름으로 프로젝트를 만들 경우 페이지의 주소는 『https://userid.gitlab.io/프로젝트 이름』으로 생성됩니다. 그래서 ..
IT 기타
2018. 8. 9. 22:34