Skip to content
GunSik Choi edited this page Apr 20, 2016 · 4 revisions

CF App 배포

git clone https://github.com/morikat/chisel
vi Procfile
---
web: chisel server --port $PORT --proxy tcp://192.168.210.63:3306
---

CF App 접속 Proxy 실행

chisel.exe  client tcp://proxyapp.domain.com 3306
cf env proxyapp

MySQL 실행

참조

Clone this wiki locally