-
Notifications
You must be signed in to change notification settings - Fork 60
On Windows #1
Comments
Hi, Wouter. |
Too bad. Le 2011 4 22 15:16, "farazdagi" < Reply to this email directly or view it on GitHub: |
+1 for Windows-Support |
Hi, |
Using "php -f phr init / up / etc" works fine now. Still can't use phr directly though. |
I'm in my project folder, |
Yep, sorry. You must type "php -f C:\path\to\phr init" for it to work. I put mine in C:\php\phr,so I don't have to type much ;-). |
In phrozn\bin directory there is phr.bat file, but it not wokr for me on Windows7. I edit this file, and put only one line to it :) I also created second file: phrozn.bat, with one line: Then I added full path to phrozn bin dir (for me this is: F:\xampp\phrozn\bin). Now I can type in command line simply: phr up :) P.S. I installed phrozn in my windows 7 using composer :) Edited: Phrozn not work too much better even when you use php -f C:\path\to\phr up |
Hi,
First, very interesting project. I'm sure going to give it a try. But I'm on a Windows machine, and
phr init
creates a.phrozn
directory at the root of the current drive (C:/.phrozn
) and not in the currently active directory. Any way around this problem ?Calling
phr
directly didn't work from the command line by the way. I had to callphp -f phr init
, so I guess the problem is there ?Cheers,
Wouter
The text was updated successfully, but these errors were encountered: