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:55:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bacfc0be49d82812f50d63904d2698dc64389a56
bacfc0be
1 parent
eaa51ae2
FIX: README.md badges and code block syntax error
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
README.md
README.md
View file @
bacfc0b
![
node-17.9.0
](
https://img.shields.io/badge/Node-17.9.0-green
)
![
express-4.18.1
](
https://img.shields.io/badge/Express-4.18.1-green
)
![
sequelize-6.20.0
](
https://img.shields.io/badge/Sequelize-6.20.0-green
)
![
node-17.9.0
](
https://img.shields.io/badge/Node-17.9.0-green
)
![
express-4.18.1
](
https://img.shields.io/badge/Express-4.18.1-green
)
![
sequelize-6.20.0
](
https://img.shields.io/badge/Sequelize-6.20.0-green
)
![
go-1.17.3
](
https://img.shields.io/badge/Go-1.17.3-blue
)
![
goecho-4.7.2
](
https://img.shields.io/badge/Echo-4.7.2-blue
)
![
python-latest
](
https://img.shields.io/badge/Python-latest-blue
)
![
fastapi-0.77.1
](
https://img.shields.io/badge/Fastapi-0.77.1-blue
)
![
go-1.17.3
](
https://img.shields.io/badge/Go-1.17.3-blue
)
![
goecho-4.7.2
](
https://img.shields.io/badge/Echo-4.7.2-blue
)
![
python-latest
](
https://img.shields.io/badge/Python-latest-blue
)
![
fastapi-0.77.1
](
https://img.shields.io/badge/Fastapi-0.77.1-blue
)
![
mysql-5.7
](
https://img.shields.io/badge/Mysql-5.7-yellowgreen
)
...
...
@@ -82,17 +77,22 @@ Need to write secret
### Installation
1.
Clone the repository
```shell
git clone http://khuhub.khu.ac.kr/2018102211/mamuri-bot
```
2.
Put your secret files that you create in prerequisite to
```shell
mamuri-bot/database/mysql_init/.env
mamuri-bot/joongna/config/.env
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
```shell
#!/usr/bin/env bash
...
...
@@ -106,12 +106,16 @@ Need to write secret
# docker build -t mamuri-ngrok ./ngrok/
# docker-compose up -d
```
5.
Check your ngrok public URL
4.
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
)
6.
Set your public URL to Line chatbot configuration for webhook
5.
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