Skip to content

ieeesb-nitdgp/insight

Repository files navigation

Installation Instruction

Ideally should be installed with docker.

But non-docker users can run the program using the following commands.

If on Windows first install ruby and ruby gems. May refer to this Tutorial

ruby -v
gem -v

Run the following commands after the previous two commands successfully outputs the version without any error.

Install Jekyll

gem install jekyll bundler

Install the gems

bundle install

Run the server and see the magic

bundle exec jekyll serve