seankross / ari-on-docker

Get started using ari quickly with this docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ari-on-docker

Travis-CI Build Status

ari-on-docker is a Docker image that allows you to quickly start using Ari on your own computer with minimum local configuration. Ari uses many features bundled with FFmpeg, and local configuration of these features can be tedious. The goal of ari-on-docker is to get you using Ari as quickly as possible.

Getting Started

  1. Depending on your operating system, download and install Docker Desktop for Windows or Mac, or download the Docker command line interface for your Linux distribution.
  2. Open PowerShell on Windows or Terminal on Mac or Linux.
  3. Run: docker pull seankross/ari-on-docker
  4. Run: docker run -dp 8787:8787 -e PASSWORD=ari -e ROOT=TRUE seankross/ari-on-docker
  5. Navigate to http://localhost:8787/ in your web browser.
  6. Log in to RStudio with Username rstudio and Password ari. All of Ari's dependencies should be configured, so you can get started making videos.

About

Get started using ari quickly with this docker container


Languages

Language:Dockerfile 55.9%Language:R 44.1%