There was an error while loading. Please reload this page.
This project is served through Github Pages.
Detailed instructions here: RVM.
Github pages uses 2.7.4. Other dependencies will be installed later. Versions of all dependencies can be found here: Github Pages Versions.
$ rvm install 2.7.4
Install git if not already installed. git downloads
git clone git@github.com:igdatc/igdatc.github.io.git
$ gem install bundler $ bundle install
$ jekyll serve
If installation fails it might be a missing OpenSSL dependency.
$ rvm pkg install openssl $ rvm remove 2.4 $ rvm install 2.4 --with-openssl-dir=$HOME/.rvm/usr