Removed Installation.md file
This commit is contained in:
parent
b816c19128
commit
369e1bee13
@ -4,4 +4,4 @@ Please get in contact with the team on the [Anime Notifier Discord](https://disc
|
|||||||
We're willing to help with installations and how to get started with contributions.
|
We're willing to help with installations and how to get started with contributions.
|
||||||
There are no stupid questions so feel free to ask anything if you encounter any troubles.
|
There are no stupid questions so feel free to ask anything if you encounter any troubles.
|
||||||
|
|
||||||
If you'd like to install this project locally, take a look at the [Installation](INSTALLATION.md) guide.
|
If you'd like to install this project locally, take a look at the [Installation](README.md#installation) guide.
|
@ -1,24 +0,0 @@
|
|||||||
# Installation
|
|
||||||
|
|
||||||
## Youtube guide
|
|
||||||
|
|
||||||
[![notify.moe Source Code Guide](https://i1.ytimg.com/vi/c6e-F51e_8w/maxresdefault.jpg)](https://www.youtube.com/watch?v=c6e-F51e_8w&=&t=3m42s)
|
|
||||||
|
|
||||||
## 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`
|
|
29
README.md
29
README.md
@ -2,11 +2,36 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- [Installation](INSTALLATION.md)
|
- [Installation](#installation)
|
||||||
- [Project Management](https://github.com/animenotifier/notify.moe/projects/10)
|
|
||||||
- [Code Style](CODE_STYLE.md)
|
- [Code Style](CODE_STYLE.md)
|
||||||
- [Contributing](CONTRIBUTING.md)
|
- [Contributing](CONTRIBUTING.md)
|
||||||
- [Code of Conduct](CODE_OF_CONDUCT.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
|
||||||
|
|
||||||
|
[![notify.moe Source Code Guide](https://i1.ytimg.com/vi/c6e-F51e_8w/maxresdefault.jpg)](https://www.youtube.com/watch?v=c6e-F51e_8w&=&t=3m42s)
|
||||||
|
|
||||||
## What kind of website is this?
|
## What kind of website is this?
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ component UserLists(groups []*utils.UserList, url string)
|
|||||||
component StaffRecruitment
|
component StaffRecruitment
|
||||||
.footer.mountable
|
.footer.mountable
|
||||||
p
|
p
|
||||||
a(href="https://github.com/animenotifier/notify.moe/blob/go/INSTALLATION.md", target="_blank", rel="noopener") Interested in contributing code?
|
a(href="https://github.com/animenotifier/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code?
|
||||||
br
|
br
|
||||||
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?
|
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user