Tag Archives: Jekyll
How to Install Jekyll in Raspberry Pi
Installing ruby Official documentation asks that the system has ruby installed and should be version 2.2.5 or higher. Install ruby with the command- sudo apt-get install ruby-full ruby-dev Installing other dependencies Jekyll requires gcc, g++ and make. These are build dependencies – sudo apt-get install gcc g++ make Installing Jekyll After all the dependencies are…
How to Install Jekyll in Alpine Linux
I have been using alpine linux because it is a lightweight Linux distro and highly customizable. I was trying to install jekyll in alpine and following the instruction from jekyll website was not that helpful because the instructions are not for alpine linux. So here is how I did it. Installing ruby Official documentation asks that the system has ruby installed and should be…