Skip to content

Zencodeit is an open video hosting platform built in Ruby on Rails using Zencoder.

License

Notifications You must be signed in to change notification settings

ksylvest/zencodeit

Repository files navigation

Zencodeit

Zencodeit is an open video hosting platform built in Ruby on Rails using Zencoder.

Requirements

  • Ruby 2.5.0

  • Rails 5.1.4

Example

Accounts

Installation

git clone git://github.com/ksylvest/zencodeit.git

cd zencodeit

bundle install

rake db:setup

cp config/application.yml.sample config/application.yml
open config/application.yml

rails s

open http://localhost:3000/

Deployment

gem install heroku

heroku create

git push heroku master

heroku rake db:create
heroku rake db:migrate

heroku restart

heroku open

<img src=“https://www.herokucdn.com/deploy/button.svg” />

Copyright © 2010 - 2018 Kevin Sylvestre. See LICENSE for details.

About

Zencodeit is an open video hosting platform built in Ruby on Rails using Zencoder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published