Zencodeit is an open video hosting platform built in Ruby on Rails using Zencoder.
-
Ruby 2.5.0
-
Rails 5.1.4
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/
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.