[ci skip] update readme.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-04-11 21:07:01 +08:00
parent ebcc9d6b36
commit 9cf4bdb85f
1 changed files with 16 additions and 1 deletions

View File

@ -81,7 +81,7 @@ The default endpoint is APNs development. Please add `-production` flag for APNs
$ gopush -ios -m="your message" -i="API Key" -t="Device token" -production
```
### Run gopush with web server
## Run gopush web server
Please make sure your [config.yml](config/config.yml) exist. Default port is `8088`.
@ -97,6 +97,21 @@ $ http -v --verify=no --json GET https://localhost:8088/api/status
![statue screenshot](screenshot/status.png)
## Run gopush in Docker
Set up `gopush` in the cloud in under 5 minutes with zero knowledge of Golang or Linux shell using our [gopush Docker image](https://hub.docker.com/r/appleboy/gopush/).
```bash
$ docker pull appleboy/gopush
$ docker run -name gopush -p 80:8088 appleboy/gopush
```
Testing your gopush server.
```bash
$ http -v --verify=no --json GET http://your.docker.host/api/status
```
## License
Copyright 2016 Bo-Yi Wu [@appleboy](https://twitter.com/appleboy).