claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

deploy to heroku? #100

Closed bradoyler closed 8 years ago

bradoyler commented 8 years ago

Is there a workaround for heroku hosting? I'm getting the Bad repository path: . because heroku has an ephemeral filesystem Hoping there's some way to get the proper path to the local git repo in heroku. Thanks.

bradoyler commented 8 years ago

i have a feeling this is simply not supported on Heroku.

OKNoah commented 8 years ago

@bradoyler It's file-based, so like you said deploying to Heroku wouldn't work. However, perhaps it's possible to use a remote git? For example, Github.

rj919 commented 7 years ago

Here is a workaround: https://stackoverflow.com/questions/43284285/deploy-jingo-to-heroku/43284286#43284286