Removed Installation.md file

This commit is contained in:
Eduard Urbach 2018-04-10 12:54:48 +02:00
parent b816c19128
commit 369e1bee13
4 changed files with 29 additions and 28 deletions

View File

@ -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.
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.

View File

@ -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&amp=&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`

View File

@ -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
[![notify.moe Source Code Guide](https://i1.ytimg.com/vi/c6e-F51e_8w/maxresdefault.jpg)](https://www.youtube.com/watch?v=c6e-F51e_8w&amp=&t=3m42s)
## What kind of website is this?

View File

@ -36,7 +36,7 @@ component UserLists(groups []*utils.UserList, url string)
component StaffRecruitment
.footer.mountable
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
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?