This application, developed with Ruby on Rails for the International Festival du Cinéma Libre, is aimed to let users to stream movies and download them on a ubuntu OS.
-
Install Ruby
-
Install Rails
gem install rails
- Install VLC
sudo apt-get update && sudo apt-get install vlc
Create a videos_2015 folders on your home directory
~ mkdir videos_2015
And place your movies files into
Clone the repository on your folder. Then, run the following command :
gem install bundler
bundle install
rake db:migrate
rake db:seed
rails s
Enjaille !