This commit is contained in:
parent
f664c886eb
commit
0e76cad5d7
35
README.md
Normal file
35
README.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
![status-badge](https://ci.t-juice.club/api/badges/torjus/gpaste/status.svg)
|
||||||
|
|
||||||
|
# gpaste
|
||||||
|
|
||||||
|
Simple pastebin-style webapp.
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
### gpaste-server
|
||||||
|
|
||||||
|
```text
|
||||||
|
go build -o gpaste-server cmd/server/server.go
|
||||||
|
```
|
||||||
|
|
||||||
|
### gpaste-client
|
||||||
|
|
||||||
|
```text
|
||||||
|
go build -o gpaste cmd/client/client.go
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run using docker
|
||||||
|
|
||||||
|
### From registry
|
||||||
|
|
||||||
|
```text
|
||||||
|
docker pull registry.t-juice.club/gpaste:latest
|
||||||
|
docker run --rm -it -p 8080:8080 registry.t-juice.club/gpaste:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
### From Dockerfile
|
||||||
|
|
||||||
|
```text
|
||||||
|
docker build -t gpaste:latest .
|
||||||
|
docker run --rm -it p 8080:8080 gpaste:latest
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user