Changed installation order

This commit is contained in:
Eduard Urbach 2017-06-21 18:48:09 +02:00
parent b4a4e78c96
commit e5e4ea48f1

View File

@ -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`