Skip to content

vksinghbhu2/edisphere.com

Repository files navigation

Getting Started

Pre-Requisites
  • Ruby version-2.0 or higher (link)
  • Ruby Development Kit (link)
  • Jekyll plugin version-3.0 or higher
  • 7-zip
Installation
  • Download and install Ruby executable from the link given above.
  • Download Ruby Development kit from the link given above.
  • Extract Ruby Development kit in default working folder.
  • Open command prompt and navigate to the folder you extracted the Devkit into.
    cd C:\Users\User-name\specified_folder
  • To detect Ruby installations and add them to Configuration file,use following command.
    ruby dk.rb init
  • To install Devkit,bind it to current ruby Installation using following command.
    ruby dk.rb install
  • To install Jekyll plugin using ruby Gem installer type following command.
    gem install jekyll
Running Preview
  • To start jekyll server.
    jekyll serve
  • Open browser and type following link for Preview.
    http://127.0.0.1:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published