Skip to content

Commit f3ed489

Browse files
committed
updated the readme and added the docker file
1 parent d2c603f commit f3ed489

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM golang:alpine
2+
3+
RUN apk update && apk add git
4+
5+
RUN go get github.com/RobustaStudio/bkit
6+
7+
ENTRYPOINT ["bkit"]
8+
9+
WORKDIR /root/

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,16 @@ Demo
7575
</body>
7676
</html>
7777
```
78+
> save that file as `demo.html`
79+
> then just run `bkit -html "demo.html" -https ":443" -http ":80" -server-name "bkit.domain.com"`
80+
> Point your facebook messenger webhook to `https://bkit.domain.com/messenger`
7881
7982
Installation
83+
===============
84+
- Binaries ? go to [Releases Page](releases) and select your own distro/arch.
85+
- Docker ? `docker run --network host alash3al/bkit -html "demo.html" -https ":443" -http ":80" -server-name "bkit.domain.com"`
86+
- From Source ? `go get github.com/RobustaStudio/bkit`
87+
88+
Credits
89+
==============
90+
Copyright 2018 (c) [Robustastudio](https://robustastudio.com)

0 commit comments

Comments
 (0)