Skip to content

1.1. Installation on Windows

Sebastian G. Marinescu edited this page Jan 17, 2016 · 7 revisions

On Windows, some of the installation steps are bit more work, especially adding Gitify to your PATH variable.

This question on Stack Overflow explains the procedure of editing the PATH variable on Windows 7: http://stackoverflow.com/questions/7307548/how-to-access-php-with-the-command-line-on-windows/7307581#7307581

It's common on Windows that you need to add PHP, MySQL and the Gitify executables to the PATH.

Common locations of the PHP executable on windows include:

c:\php\php.exe
c:\php5\php.exe
c:\windows\php.exe
c:\program files\php\php.exe
c:\wamp\bin\php\php5\php.exe
c:\xampp\php\php.exe
<ampps root>\php\php.exe

Here are some added instructions for getting Gitify to work on Windows

Here are the Windows dependencies in order to get the script to execute properly. They must be installed and their bin folders have to be added to the Windows PATH environment variable in the Advanced System Settings screen:

Once those are completed, the rest of the instructions do work.