Improved makefile

This commit is contained in:
2017-11-08 12:11:20 +01:00
parent 03e19ff4fb
commit ff6069c9b5
2 changed files with 30 additions and 5 deletions

View File

@ -14,9 +14,13 @@
* `cd $GOPATH/src/github.com/animenotifier/notify.moe`
* `make tools` to install [pack](https://github.com/aerogo/pack) & [run](https://github.com/aerogo/run)
* `make ports` to set up local port forwarding *(80 to 4000, 443 to 4001)*
* `make all`
## Browser
* `make ports` to set up local port forwarding *(80 to 4000, 443 to 4001)*
* `make browser` to start Google Chrome
## Database
* `git clone https://github.com/animenotifier/database ~/.aero/db/arn`
@ -25,10 +29,6 @@
* Add `127.0.0.1 beta.notify.moe` to `/etc/hosts`
## Browser
* Start Chrome via `google-chrome --ignore-certificate-errors`
## Run
* Start the web server in notify.moe directory: `run`