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
- cs224w
- Terragrunt
- auto reload
- DevOps
- Heterogeneous Graphs
- knowledge graph
- Terraform
- auto-reload
- Graph Neural Network
- 로깅 서버
- cloudsql
- docker compose
- 2352
- SCP 재단
- argocd
- boj2352
- 영화 추천
- GNNExplainer
- 영화 리뷰
- the platform
- IaaC
- KG embedding
- BigQuery
- ML/DL
- django
- GNN
- RGCN
- ngrok
- npm7
- SCP294
Archives
- Today
- Total
Itmom's blog
Ngrok 사용법 본문
1. 설치 및 실행
- ngrok 사이트에서 다운로드 받기 (ngrok 바로가기)
- ngrok 압축풀기
- ngrok.exe가 설치된 경로에서 아래 명령어 실행하기
windows
./ngrok.exe http 8080
mac or linux
./ngrok http 8080
npm으로 실행하기
npm install -g ngrok
ngrok http 8080
작동 화면