Skip to content

Instantly share code, notes, and snippets.

@tiagohm
Last active October 23, 2018 11:10
Show Gist options
  • Save tiagohm/1af340e7e64f7f8cb477605dbd3e8138 to your computer and use it in GitHub Desktop.
Save tiagohm/1af340e7e64f7f8cb477605dbd3e8138 to your computer and use it in GitHub Desktop.
Instalar Jekyll no Fedora 27 / Install Jekyll on Fedora 27
sudo dnf install ruby ruby-devel redhat-rpm-config gcc gcc-c++
sudo gem install json
sudo gem install jekyll bundler
sudo gem update --system
//Na pasta onde se encontra seus arquivos jekyll
bundle install
bundle update
@akdsco
Copy link

akdsco commented Jun 30, 2018

Hey, when installing I encountered:

:~$ sudo gem update --system
Updating rubygems-update
Successfully installed rubygems-update-2.7.7
Parsing documentation for rubygems-update-2.7.7
Done installing documentation for rubygems-update after 0 seconds
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory @ dir_chdir - /usr/share/gems/gems/rubygems-update-2.7.7

Any idea why isn't it creating this folder or this folder isn't already there?

@nikhita
Copy link

nikhita commented Aug 25, 2018

I get the same error as @akdsco.

@nikhita
Copy link

nikhita commented Aug 25, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment