ndrewtl/airspace-jekyll

Unable to install as instructed

Closed this issue · 3 comments

Using the master readme instructions for installing, I get the following error:

$ bundle install
fatal: not a git repository (or any of the parent directories): .git
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.12)

  Current Bundler version:
    bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.12)' in any of the relevant sources:
  the local ruby installation

Updating airspace-jekyll.gemspec to use ~> 2.0 for bundler, I'm able to install, but upon serving the page I get a 404 '/' not found.

Have you tried visiting /airspace-jekyll/? I don't think I have it set to serve anything on / by default.

I've updated the dependencies so bundler should work now. I'm closing this issue. Feel free to reopen if you run into any issues.

Works! I also figured out the baseURL thing. Thanks!