Merge pull request #7 from bretton/master

adding links to wiki documentation
This commit is contained in:
Michael 2018-04-01 15:37:31 +02:00 committed by GitHub
commit 683cacb03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -36,3 +36,19 @@ cd $GOPATH/src/github.com/michael1011/lightningtip
dep ensure
go install
```
## Starting LightningTip Automatically
LightningTip can be started automatically via Systemd, or Supervisord, as outlined in the following wiki documentation:
* [Running LightningTip with systemd](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-with-systemd)
* [Running LightningTip with supervisord](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-with-supervisord)
## Reverse Proxy Recipes
In instances where the default LightningTip SSL configuration options are not working, you may want to explore running a reverse proxy to LightningTip as outlined in the following wiki documentation:
* [LightningTip via Apache2 reverse proxy](https://github.com/michael1011/lightningtip/wiki/LightningTip-via-Apache2-reverse-proxy)
* [LightningTip via Nginx reverse proxy](https://github.com/michael1011/lightningtip/wiki/LightningTip-via-Nginx-reverse-proxy)