An open API service indexing awesome lists of open source software.

https://github.com/chaadow/mewpipe-back

Mewpipe Backend - A youtube like API backend for processing videos/thumbnails
https://github.com/chaadow/mewpipe-back

ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

Mewpipe Backend - A youtube like API backend for processing videos/thumbnails

Awesome Lists containing this project

README

          

# 1. Getting started

## 1.1 - Requirements

Please download and install the following software :

* [VirtualBox](https://www.virtualbox.org),

* [Vagrant](http://vagrantup.com).

## 1.2 - How To Build The Virtual Machine

Building the virtual machine is this easy:

cd /destination/to/your/code
vagrant up

Launching the packaged webserver is not too complicated neither :

vagrant ssh
cd /vagrant
foremant start

Congratulations ! You can now connect to your local version of **Mepipe** :

open http://api.mewpipe.com:5000