Add Ubuntu section on troubleshooting
This commit is contained in:
parent
b1edaea7e8
commit
7397f305c2
|
@ -36,6 +36,15 @@ If you installed the above - specifically on Fedora 23 - but the extensions woul
|
||||||
sudo dnf install redhat-rpm-config
|
sudo dnf install redhat-rpm-config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Ubuntu if you get stuck after `bundle exec jekyll serve` and see error
|
||||||
|
messages like `Could not locate Gemfile` or `.bundle/ directory`, it's likely
|
||||||
|
because all requirements have not been fully met. Recent stock Ubuntu
|
||||||
|
distributions require the installation of both the `ruby` and `ruby-all-dev`
|
||||||
|
packages:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo apt-get install ruby ruby-all-dev
|
||||||
|
```
|
||||||
|
|
||||||
On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the
|
On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the
|
||||||
following commands before installing Jekyll:
|
following commands before installing Jekyll:
|
||||||
|
|
Loading…
Reference in New Issue