Removed Installation.md file
This commit is contained in:
29
README.md
29
README.md
@ -2,11 +2,36 @@
|
||||
|
||||
## Overview
|
||||
|
||||
- [Installation](INSTALLATION.md)
|
||||
- [Project Management](https://github.com/animenotifier/notify.moe/projects/10)
|
||||
- [Installation](#installation)
|
||||
- [Code Style](CODE_STYLE.md)
|
||||
- [Contributing](CONTRIBUTING.md)
|
||||
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
||||
- [Issues](https://github.com/animenotifier/notify.moe/projects/10)
|
||||
|
||||
## 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`
|
||||
|
||||
### Youtube guide
|
||||
|
||||
[](https://www.youtube.com/watch?v=c6e-F51e_8w&=&t=3m42s)
|
||||
|
||||
## What kind of website is this?
|
||||
|
||||
|
Reference in New Issue
Block a user