All Projects → cookpad → janiConverter

cookpad / janiConverter

Licence: other
Online transcoder: from movie file to jani-format. Supports VAST integration

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects

Build Status Code Climate Test Coverage

setup

git clone [email protected]:cookpad/janiConverter.git
cd janiConverter
docker build -t cookpad/jani-converter:0.1 .

run rails

docker run -it -e DATABASE_HOST=xxx.xxx.xxx.xxx -e REDIS_URL=redis://xxx.xxx.xxx.xxx:xxxx -e AWS_UPLOAD_DIRECTORY=xxxx/xxxx -e AWS_PUBLISH_DIRECTORY=xxxx/xxxx -e DATABASE_USERNAME=xxxx -e DATABASE_PASSWORD=xxxx -e DATABASE_NAME=jani-converter -e SECRET_KEY_BASE=xxxxxxxxxx -e AWS_ACCESS_KEY_ID=xxxxx -e AWS_SECRET_ACCESS_KEY=xxxxx -e RAILS_ENV=production -p 8080:8080 cookpad/jani-converter:0.1 /sbin/my_init

run sidekiq workers

docker run -it -e DATABASE_HOST=xxx.xxx.xxx.xxx -e REDIS_URL=redis://xxx.xxx.xxx.xxx:xxxx -e AWS_UPLOAD_DIRECTORY=xxxx/xxxx -e AWS_PUBLISH_DIRECTORY=xxxx/xxxx -e DATABASE_USERNAME=xxxx -e DATABASE_PASSWORD=xxxx -e DATABASE_NAME=jani-converter -e SECRET_KEY_BASE=xxxxxxxxxx -e AWS_ACCESS_KEY_ID=xxxxx -e AWS_SECRET_ACCESS_KEY=xxxxx -e RAILS_ENV=production cookpad/jani-converter:0.1 bundle exec sidekiq
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].