How to Install Jekyll

You have already learned a bit about the <a href="/support/website/jekyll/what-is-jekyll/">Jekyll</a> static-site CMS and what the benefits and downsides are.  In this article, we'll show you <strong>how to install Jekyll</strong> on your local computer.  The most basic usage of Jekyll will start by generating the site in your computer and then uploading it to your server.     That process starts with the installation detailed below. </p> <a name="requirements"></a> <h2>Jekyll Requirements</h2> <p>     Though it's possible to install Jekyll in <a href="https://jekyllrb.com/docs/windows/#installation">Windows</a>, the following operating system specifications are recommended: </p> <ul> <li>GNU/Linux</li> <li>Unix</li> <li>MacOS</li> </ul> <p>  You will also require a fairly current version of Ruby (2.2.5 or above) and RubyGems.   You can check these installations by running <code>ruby -v</code> and <code>gem -v</code> on your command line. </p> <p>     Also, though you may already have them, make sure you have installed GCC and Make (which would have likely shipped with your operating system).     You can check if you have these programs installed by running <code>gcc -v</code> and <code>make -v</code>. </p> <a name="install-jekyll"></a> <h2>How to Install Jekyll</h2> <p>    Now that we have gone through the requirements, you are ready to actually install Jekyll itself.    You will only need to open your default terminal application. </p> <ol class="article_list"> <li>Enter <code>gem install jekyll</code> at the command prompt</li> <li>Wait for the process to finish</li> <li>Type <code>jekyll --version</code> to make sure the process worked</li> </ol> <p>   You should now have a fully functioning version of Jekyll available from your command line.     In the next article we'll show you how to <a href="/support/website/jekyll/how-to-create-a-jekyll-site/">create your Jekyll site</a> and start adding post and page content. 
CM
Christopher Maiorana Content Writer II

Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.

More Articles by Christopher

Was this article helpful? Let us know!