Showing
1 changed file
with
3 additions
and
5 deletions
... | @@ -92,9 +92,7 @@ Need to write secret | ... | @@ -92,9 +92,7 @@ Need to write secret |
92 | mamuri-bot/ngrok/ngrok.yml | 92 | mamuri-bot/ngrok/ngrok.yml |
93 | mamuri-bot/server/config/.env | 93 | mamuri-bot/server/config/.env |
94 | ``` | 94 | ``` |
95 | -3. Executing `deploy.sh` for deployment with docker-compose | 95 | +3. Executing `deploy.sh` for deployment with docker-compose. This script will `build` all images automatically and `docker-compose up` on your system |
96 | - | ||
97 | - This script will `build` all images automatically and `docker-compose up` on your system | ||
98 | ```shell | 96 | ```shell |
99 | #!/usr/bin/env bash | 97 | #!/usr/bin/env bash |
100 | 98 | ||
... | @@ -108,12 +106,12 @@ Need to write secret | ... | @@ -108,12 +106,12 @@ Need to write secret |
108 | # docker build -t mamuri-ngrok ./ngrok/ | 106 | # docker build -t mamuri-ngrok ./ngrok/ |
109 | # docker-compose up -d | 107 | # docker-compose up -d |
110 | ``` | 108 | ``` |
111 | -4. Check your ngrok public URL | 109 | +5. Check your ngrok public URL |
112 | ```shell | 110 | ```shell |
113 | docker logs mamuri-ngrok | 111 | docker logs mamuri-ngrok |
114 | ``` | 112 | ``` |
115 | ![ngrok_deployment_1](http://khuhub.khu.ac.kr/2018102211/mamuri-bot/uploads/4ccdc73c9efc4c3dc58147f17b992cc6/그림1.png) | 113 | ![ngrok_deployment_1](http://khuhub.khu.ac.kr/2018102211/mamuri-bot/uploads/4ccdc73c9efc4c3dc58147f17b992cc6/그림1.png) |
116 | -5. Set your public URL to Line chatbot configuration for webhook | 114 | +6. Set your public URL to Line chatbot configuration for webhook |
117 | ![ngrok_deployment_2](http://khuhub.khu.ac.kr/2018102211/mamuri-bot/uploads/5dd076f66629948dd1682fc4054ff459/그림2.png) | 115 | ![ngrok_deployment_2](http://khuhub.khu.ac.kr/2018102211/mamuri-bot/uploads/5dd076f66629948dd1682fc4054ff459/그림2.png) |
118 | 116 | ||
119 | ## Contributing | 117 | ## Contributing | ... | ... |
-
Please register or login to post a comment