-
Notifications
You must be signed in to change notification settings - Fork 5
Local Dev Setup
David Mann edited this page Nov 5, 2023
·
2 revisions
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 [email protected]: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