From e5e4ea48f1e6aac11c6bc89258dbfccd955e981c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 21 Jun 2017 18:48:09 +0200 Subject: [PATCH] Changed installation order --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0611ebea..fe0eb694 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,19 @@ namespace arn { * `go get github.com/animenotifier/notify.moe` +### Install pack & run + +* `go get github.com/aerogo/pack` +* `go get github.com/aerogo/run` +* `go install github.com/aerogo/pack` +* `go install github.com/aerogo/run` + +### Build all + +* Run `make all` +* Run `make ports` to set up local port forwarding (80 to 4000, 443 to 4001) +* You should be able to start the server using `run` now + ### HTTPS * Create the certificate `notify.moe/security/fullchain.pem` (domain: `beta.notify.moe`) @@ -60,20 +73,10 @@ namespace arn { } ``` -### Build all - -* Run `make all` -* Run `make ports` to set up local port forwarding (80 to 4000, 443 to 4001) - ### Fetch data * Run `jobs/sync-anime/sync-anime` from this repository to fetch anime data -### Install pack & run - -* `go install github.com/aerogo/pack` -* `go install github.com/aerogo/run` - ### Run * Start the web server in notify.moe directory: `run`