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
- Host: GitHub
- URL: https://github.com/chaadow/mewpipe-back
- Owner: chaadow
- Created: 2015-01-21T22:21:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T18:51:18.000Z (about 11 years ago)
- Last Synced: 2025-12-19T14:43:08.808Z (6 months ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
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