Installing Jekyll in Ubuntu
There’s more than one way to skin a cat, but this was easy and quick. My project builds and serves. I last did this about 3 years ago, and used rvm, I think. That may be a better way – YMMV. Using Ubuntu 18.04.
sudo apt-get update
sudo apt-get install ruby
sudo apt-get install ruby-dev
sudo gem install bundler
sudo gem install jekyll
- Move to the project directory
bundle update
bundle install
bundle exec jekyll s
Step 3 will save you tears. Bonus: The (large) project I was working on builds in 45s; it normally takes 120s+ on OS X. It’s under 3s with an --incremental
build switch 😁
Previous note Amp strategy
Next note New puritan