Changed installation order
This commit is contained in:
parent
b4a4e78c96
commit
e5e4ea48f1
23
README.md
23
README.md
@ -41,6 +41,19 @@ namespace arn {
|
|||||||
|
|
||||||
* `go get github.com/animenotifier/notify.moe`
|
* `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
|
### HTTPS
|
||||||
|
|
||||||
* Create the certificate `notify.moe/security/fullchain.pem` (domain: `beta.notify.moe`)
|
* 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
|
### Fetch data
|
||||||
|
|
||||||
* Run `jobs/sync-anime/sync-anime` from this repository to fetch anime 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
|
### Run
|
||||||
|
|
||||||
* Start the web server in notify.moe directory: `run`
|
* Start the web server in notify.moe directory: `run`
|
||||||
|
Loading…
Reference in New Issue
Block a user