gutenbergtools / gutenbergsite

The Project Gutenberg Web site, database, and other internals
https://www.gutenberg.org/
The Unlicense
47 stars 12 forks source link

Running the project locally #18

Closed tipsy closed 2 years ago

tipsy commented 2 years ago

I tried to follow the instructions in the readme:

git clone https://github.com/gbnewby/gutenbergsite.git
cd gutenbergsite
bundle exec jekyll serve

And I got an error: Could not locate Gemfile or .bundle/ directory.

I think a bundle install step is missing, but it won't work without a Gemfile either way. Has the Gemfile not been checked in, or is there some way to specify to use the Gemfile.old which I saw was included?

gbnewby commented 2 years ago

It looks like we forgot to check in Gemfile. Gemfile.old is the same thing, though. We will check in a copy now, and then you can "bundle install" or "bundle update"

gbnewby commented 2 years ago

Thanks for reporting this issue!