Skip to content

versatica/mediasoup-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediasoup-website

mediasoup website.

Installation requirements

Ruby 3.4.6 is required.

brew install rbenv ruby-build

In .zshrc (or Bash config file) add:

#
# Ruby rbenv.
#
export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"
eval "$(rbenv init - zsh)"

Then reload your Zsh or Bash configuration:

source ~/.zshrc

Install Ruby 3.4.6:

rbenv install 3.4.6

Use Ruby 3.4.6 in mediasoup-website project:

rbenv local 3.4.6
rbenv rehash

Now Ruby version in mediasoup-website project should be 3.4.6:

ruby -v
which ruby

Install Ruby bundler and project gems:

gem install bundler
bundle install

Note that project gems are installed in vendor/bundle due to the configuration in .bundle/config.

Development

See commands in gulpfile.mjs file.

About

Website of mediasoup

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 21