othmar52 / slimpd

PHP/JS based MPD-web-client for large music collections
GNU Affero General Public License v3.0
41 stars 11 forks source link

[Windows] sliMpd database import #62

Open mapomme1108 opened 6 years ago

mapomme1108 commented 6 years ago

Hello,

I am installing slimpd on Windows 10.

The webserver I use is UwAmp, because it is a standalone installation. When I type : php 'slimpd' hard-reset there is this message : Could not open input file: 'slimpd'

How can I fix this?

othmar52 commented 6 years ago

Hi, I assume slimpd is not compatible to windows.

Some background-information to the error-message above: slimpd is a php file without the fileextension .php.

The first line of the file defines the interpreter, which is obviously not compatible to windows

#!/usr/bin/env php

to execute the file anyway you can type something like that in your terminal

php.exe "C:\path to your\slimpd filesystem\slimpd"

but don't expect anything to work