This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/docs/get-started/installation.md
2022-04-03 16:29:14 -04:00

17 lines
565 B
Markdown

# installation
Here's the quickest way to install this on your system.
## requirements
- Active MongoDB database.
- Git and Node to be installed.
- Basic understanding of editing JSON files and using the command line.
```
git clone https://git.gay/a/media-host.git
cd media-host
```
Next, you should [configure your instance](./configure.md).
However, if you're in a hurry, you can simply copy `config.example.json` to `config.json` and run `npm start` in the root of the `media-host` folder and it will run at [http://127.0.0.1:8182/](http://127.0.0.1:8182/).