Skip to content

How to install chti.octo.com

Marine Verwaerde edited this page May 10, 2023 · 1 revision
  • Ruby version : 3.1.4
  • Jekyll version : 3.9.3

on Mac OS

  1. Install Ruby
  • Via rvm
    • Install rvm
    • Install ruby v3.1.4 via rvm install 3.1.4
  1. Install bundler (ruby's dependency manager) gem install bundler
  2. Compile project
  • run bundle install on root folder (where Gemfile is located)

NOTE : if you run an error on eventmachine -> run the following

gem install eventmachine -- --with-openssl-dir=/usr/bin/openssl

Then re-run bundle install

On windows

Follow steps from https://jekyllrb.com/docs/installation/windows/

_WARN : Don't commit Gemfile.lock. It's bind with your laptop platform and if someone has not the same as you, he can't be able to run the project.

Other

Follow documentation from Jekyll site

Clone this wiki locally