claudioc / jingo

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

Repository path - Recommended value for "use current directory"? #149

Open fmalk opened 8 years ago

fmalk commented 8 years ago

I've been able to successfully install and run Jingo on my Windows system. However, I had to specify a full, absolute repository path in config.yaml to be able to run without Bad repository path errors.

However, since multiple collaborators will be updating the git, the wiki will always be run locally, and each will definitely have unique local paths, how can I set a relative path to config.yaml indicating with git repo to use?

AFAIK, just setting it to repository: '\' doesn't work.

Also, nice work with this project! A databaseless Node wiki is just what I was looking for.

fmalk commented 8 years ago

I just noticed docs already mention it should be an absolute directory. Will try to submit a PR that allows relative paths.