requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.36k stars 2.69k forks source link

Specify path to git binary #783

Closed ghost closed 5 years ago

ghost commented 5 years ago

Actual behavior

I am trying to run Wiki.js on a system with two versions of git installed. The dedicated git v.2 installation for Wiki.js is in a /opt subfolder, but I cannot find a way to specify the path to Wiki.js so I'm stuck in configuration. This is more of a request for help rather than an issue.

Expected behavior

Specify git binary path in configuration.

Steps to reproduce the behavior

  1. Run "node wiki configure" on CentOS 7 or any Linux environment running git v. 1.8.x
NGPixel commented 5 years ago

Added custom git binary path option. Will be available in the next beta.