hbz / lobid-blog

The source for the lobid blog at https://blog.lobid.org
http://blog.lobid.org/
3 stars 2 forks source link

Unable to install locally #92

Closed dr0i closed 10 months ago

dr0i commented 10 months ago

Following the README I got:

$ jekyll serve --drafts --watch /var/lib/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/spec_set.rb:87:in `block in materialize': Could not find concurrent-ruby-1.2.2 in any of the sources (Bundler::GemNotFound)

Tried some of the things internet proposes, but no luck.

acka47 commented 10 months ago

I also had error reports (other than yours) that could be solved with using bundle exec jekyll serve --drafts --watch.

dr0i commented 10 months ago

@acka47 perfect - this does the trick :+1: