From 6858c42507c373b3616f0cf8ee10664223c4085c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 14 Feb 2016 10:04:50 -0500 Subject: [PATCH] Better instructions Former-commit-id: b949a28f94fd9911c36a611f230331a92af10329 [formerly 26dc4c91be42bacc9d7dc383c09d01b6ef04d90d] [formerly f6434f2bd85d5ceeccb71c17e3ba88ef58d95506 [formerly 22e52cae2b147c0e110f6aa0e320af5c923b4efb]] Former-commit-id: abdb453e6d25ef8d950b1cc4cac7118871a738f3 [formerly 5371b88db4ced50901e8311e36200f7a6db80dba] Former-commit-id: d68cc9d95f03a195c80f1ed2a03a425dfe2496ad --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d14513..53c9168 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ This is a self-contained wiki webserver that makes sharing easy and _fast_. You # Install +First [install Go](https://golang.org/doc/install). Then continue. -First [install Go](https://golang.org/doc/install). +## To access locally... Then, if you want to host on your local network just do: @@ -37,8 +38,15 @@ make and then goto the address `http://LOCALIPADDRESS:8001/` -## Production server -I recommend using `NGINX` as middleware, as it will do caching of the static files for you. There is an example `NGINX` block in `install/`. If you want to use SSL instead, follow the instructions in `letsencrypt/README.md`. To automatically install, on Raspberry Pi / Ubuntu / Debian system use: +## To access from anywhere... + +For this you need to forward port 80 and [get a DNS for your external address](https://www.duckdns.org/). I recommend using `NGINX` as middleware, as it will do caching of the static files for you. + +```bash +sudo apt-get install nginx +``` + +There is an example `NGINX` block in `install/`. If you want to use SSL instead, follow the instructions in `letsencrypt/README.md`. To automatically install, on Raspberry Pi / Ubuntu / Debian system use: ``` git clone https://github.com/schollz/awwkoala.git