2017-06-11 11:51:31 +02:00
|
|
|
# Anime Notifier
|
|
|
|
|
2018-04-10 12:54:48 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
### Prerequisites
|
|
|
|
|
|
|
|
* Install [Ubuntu](https://www.ubuntu.com/) or [MacOS](https://en.wikipedia.org/wiki/MacOS)
|
|
|
|
* Install [Go](https://golang.org/dl/)
|
|
|
|
* Install [TypeScript](https://www.typescriptlang.org/)
|
|
|
|
* Install [Git LFS](https://git-lfs.github.com/)
|
|
|
|
|
|
|
|
### Start the installation
|
|
|
|
|
|
|
|
```bash
|
|
|
|
curl -s https://raw.githubusercontent.com/animenotifier/notify.moe/go/install.sh | sudo bash
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run the server
|
|
|
|
|
|
|
|
* Start the web server in notify.moe directory using: `run`
|
|
|
|
* In your browser, import the file `security/default/rootCA.pem` as a trusted Root authority
|
|
|
|
* Open `https://beta.notify.moe`
|
|
|
|
|
2018-04-10 12:59:34 +02:00
|
|
|
## Youtube guide
|
2018-04-10 12:54:48 +02:00
|
|
|
|
|
|
|
[](https://www.youtube.com/watch?v=c6e-F51e_8w&=&t=3m42s)
|
2017-11-13 13:38:51 +01:00
|
|
|
|
2018-04-10 12:59:34 +02:00
|
|
|
## Links
|
2017-07-17 05:35:27 +02:00
|
|
|
|
2018-04-10 13:00:29 +02:00
|
|
|
- [About](ABOUT.md)
|
2018-04-10 12:59:34 +02:00
|
|
|
- [Issues](https://github.com/animenotifier/notify.moe/projects/10)
|
|
|
|
- [Code Style](CODE_STYLE.md)
|
|
|
|
- [Contributing](CONTRIBUTING.md)
|
|
|
|
- [Code of Conduct](CODE_OF_CONDUCT.md)
|