- Install Ruby
$ sudo apt-get install ruby-full
Go to https://rubyinstaller.org/ and download it.
To Install and run the site:
$ cd sooryen-jekyll
$ gem install jekyll bundler
$ bundle install
$ bundle exec jekyll serve
The server would be running at http://localhost:4000/.
Alternatively you can go to http://localhost:4000/admin for little jekyll CMS.