Updated readme
This commit is contained in:
parent
611a4de69a
commit
72857972fe
13
README.md
13
README.md
@ -14,7 +14,7 @@ namespace arn {
|
|||||||
storage-engine device {
|
storage-engine device {
|
||||||
file /home/YOUR_NAME/YOUR_PATH/notify.moe/db/arn-dev.dat
|
file /home/YOUR_NAME/YOUR_PATH/notify.moe/db/arn-dev.dat
|
||||||
filesize 50M
|
filesize 50M
|
||||||
data-in-memory false
|
data-in-memory true
|
||||||
|
|
||||||
# Maximum object size. 128K is ideal for SSDs
|
# Maximum object size. 128K is ideal for SSDs
|
||||||
write-block-size 128K
|
write-block-size 128K
|
||||||
@ -37,7 +37,7 @@ sudo iptables -t nat -A OUTPUT -o lo -p tcp --dport 443 -j REDIRECT --to-port 40
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Download repository
|
### Download repository
|
||||||
* Run "go get github.com/animenotifier/notify.moe"
|
* `go get github.com/animenotifier/notify.moe`
|
||||||
|
|
||||||
### HTTPS
|
### HTTPS
|
||||||
* Create directory `notify.moe/security`
|
* Create directory `notify.moe/security`
|
||||||
@ -58,4 +58,11 @@ sudo iptables -t nat -A OUTPUT -o lo -p tcp --dport 443 -j REDIRECT --to-port 40
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Fetch data
|
### Fetch data
|
||||||
* Build & run `jobs/sync-anime/sync-anime` from this repository to fetch anime data
|
* Build & 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`
|
Loading…
Reference in New Issue
Block a user