-
Notifications
You must be signed in to change notification settings - Fork 5
Local Dev Setup
David Mann edited this page Nov 4, 2023
·
2 revisions
This project is served through Github Pages.
1. Install RVM
- Github pages uses 2.7.4
- Other dependencies listed Github Pages
$ rvm install 2.7.4
- Install git if not already installed.
- Clone the project:
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