Update docs on Quick Start

This commit is contained in:
James Mills 2020-03-29 09:39:55 +10:00
parent 0869bca23c
commit 4473a816e8
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -23,6 +23,27 @@ MP4 H.265 AAC, multiple collections and RSS feed.
## Getting Started ## Getting Started
### Using a Binary
1. Go grab the latest binary from the
[Releases](https://github.com/prologic/tube/releases) page for your
platform / operating system.
2. Extract the archive.
3. Run `./tube`
Open http://127.0.0.1:8000/ in your Browser!
### Using Docker
```#!sh
$ docker pull prologic/tube
$ docker run -p 8000:8000 -v /path/to/data:/data
```
Open http://DOCKER_MACHINE_IP:8000/ in your Browser!
Where `DOCKER_MACHINE_IP` is the IP Address of your Docker Node.
### From Source ### From Source
```#!sh ```#!sh
@ -34,12 +55,16 @@ $ ./tube
Open http://127.0.0.1:8000/ in your Browser! Open http://127.0.0.1:8000/ in your Browser!
### Using Docker ### A Production Deployment
```#!sh A Production Deployment can be found at https://tube.mills.io/ -- This is run
$ docker pull prologic/tube and managed via a Docker Swarm cluster with a Docker-Compose / Stack very
$ docker run -p 8000:8000 -v /path/to/data:/data similiar to the one you can find in the repo: [docker-compose.yml](docker-compose.yml)
```
Beyond this a "PRoduction Deployment" is out-of-scope at this time for the
documentation being provided here. Please don't hesitate to file an
[Issue](https://github.com/prologic/tube/issues/new) however for ask for help
or advice or contact the author directly!
## Stargazers over time ## Stargazers over time