Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Jekyll on Raspberry Pi (Raspbian Jessy) #33

Open
andi34 opened this issue Apr 23, 2018 · 1 comment
Open

Install Jekyll on Raspberry Pi (Raspbian Jessy) #33

andi34 opened this issue Apr 23, 2018 · 1 comment
Assignees
Labels
information Information for future use

Comments

@andi34
Copy link
Owner

andi34 commented Apr 23, 2018

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-get install ruby-full
sudo gem install jekyll
sudo gem install bundler

@andi34 andi34 added the information Information for future use label Apr 23, 2018
@andi34 andi34 self-assigned this Apr 23, 2018
Repository owner locked and limited conversation to collaborators Apr 23, 2018
@andi34
Copy link
Owner Author

andi34 commented Apr 26, 2018

Didn't worked on Rspbian Stretch, guess this was to make it work:
sudo apt-get update
sudo apt-get upgrade

sudo gem update --system
sudo apt-get install ruby-full

Check ruby version:
ruby -v

sudo gem install jekyll

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
information Information for future use
Projects
None yet
Development

No branches or pull requests

1 participant