Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유명현
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-28 14:49:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eaa51ae2ecc51c665724c0e9473f6dc1840c2a3e
eaa51ae2
1 parent
10fa46de
DOCS: write README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
README.md
README.md
View file @
eaa51ae
...
...
@@ -92,9 +92,7 @@ Need to write secret
mamuri-bot/ngrok/ngrok.yml
mamuri-bot/server/config/.env
```
3.
Executing
`deploy.sh`
for deployment with docker-compose
This script will
`build`
all images automatically and
`docker-compose up`
on your system
3.
Executing
`deploy.sh`
for deployment with docker-compose. This script will
`build`
all images automatically and
`docker-compose up`
on your system
```shell
#!/usr/bin/env bash
...
...
@@ -108,12 +106,12 @@ Need to write secret
# docker build -t mamuri-ngrok ./ngrok/
# docker-compose up -d
```
4
.
Check your ngrok public URL
5
.
Check your ngrok public URL
```shell
docker logs mamuri-ngrok
```
!
[
ngrok_deployment_1
](
http://khuhub.khu.ac.kr/2018102211/mamuri-bot/uploads/4ccdc73c9efc4c3dc58147f17b992cc6/그림1.png
)
5
.
Set your public URL to Line chatbot configuration for webhook
6
.
Set your public URL to Line chatbot configuration for webhook
!
[
ngrok_deployment_2
](
http://khuhub.khu.ac.kr/2018102211/mamuri-bot/uploads/5dd076f66629948dd1682fc4054ff459/그림2.png
)
## Contributing
...
...
Please
register
or
login
to post a comment