codeforamerica / git-jekyll-preview

Preview your Github-hosted websites before making them live.
http://jekit.codeforamerica.org
29 stars 17 forks source link

The gunicorn recipe for `start jekyll` is broken #12

Open davidrleonard opened 8 years ago

davidrleonard commented 8 years ago

This recipe sets up the command start jekit. For some reason, starting jekit this way breaks for some undetermined reason. Meh.

However, running gunicorn manually from the git directory appears to work fine.

https://github.com/codeforamerica/git-jekyll-preview/blob/master/chef/gunicorn/recipes/default.rb#L15

migurski commented 8 years ago

This is the thing that start jekit actually runs:

https://github.com/codeforamerica/git-jekyll-preview/blob/master/chef/gunicorn/recipes/default.rb#L15