-
Notifications
You must be signed in to change notification settings - Fork 88
Install for non-mac users #33
Comments
Right now, Linux and Windows users should be able to grab it without brew and execute it, although I haven't done any testing in Windows. I should look into adding it to |
thanks for the infos @grappler did you tried it on windows? |
@fxbenard Try running it with the I'll try testing on my Windows box later this week, and try to get some fixes in place. Are you running it through Cygwin or anything like that, or just in the command prompt? |
--force-path doesn't change anything - I still have to give the path |
And after you give the path, the script dies out? |
Yes
Same with cygwin |
Do all commands fail? If you do either |
Ahh - I think it might have to do with writing to |
Could you grab vv from here: https://github.com/bradp/vv/tree/dev-windows and let me know if this fixes your issue? I haven't had a chance to test it on Windows, but I'm thinking it should fix it. |
Ok I tried it same issue I tried D:\D-projects\VVV /cygdrive/d/D-Projects/VVV d:/D-Projects/VVV |
Thanks for testing that. I'll try to get this fixed up this week for you. Brad Parbs
|
Thanks for your concern. I'm sure all windows's users will be thankfull for this. FX |
Count me in to for testing :) 👍 |
@bradp Did you got time for some more testing... my windows is starving, ;) FX |
I had same problem... Haven't fixed it yet, but did look at a few things.... |
Fresh install |
Ugg and you are sure you install git with command line only? |
Bradp must work for Mac lol ;) |
Got my windows box re-setup last weekend, so I'll do some testing and tweaking this weekend and see what I can do to get a Windows version working. |
Thanks for your concern! |
Good news, somewhat. Got vv to create a new site on my local. I'm running git bash, and cloned VV to a folder and executed "vv create" there, and got it to create a site successfully. "vv list" fails, and I haven't had a chance to check every command yet, I'm thinking the issue is with some commands I'm using. I've push a few commits to master just now that will throw less errors on windows now, and I'm hoping to make a bit more progress on getting all the commands running. @fxbenard @jaystonez If you could try cloning VV to a folder and executing "vv" from there and letting me know if it works somewhat, that would be great. |
No joy for me on Windows either. From Console2 (a moderately better console for windows) I cloned the vv folder. I added this folder to the System Paths. Then I navigated to that folder and ran |
I have vv working on 2 Windows installations (Native and Parallels). Here is the process I used to install and run. Clone vv repo to a designated folder. Add that folder to your system path. (I had to do this manually)
Open Git Bash and run Alternately, run vv in cmd.exe using Hope this helps. |
@alexVauch No need for a cygwin or what so ever if you're using Git an added it to your path. All the tools are in the bin/ @bradp bash vv running - get stock when vv asked me for the VVV folder destination. |
I just tried following @Vinsanity his steps and everything works good so far. Maybe we can write an installer exe that takes care of all this. Not sure if it's possible or how you'd go about that. I'll have a read into it. |
Added windows install instructions ( based on @Vinsanity's work - bradp#33
Can confirm that VV runs in windows 7x64 from git bash. Thanks @Vinsanity for the instructions. edit: it runs without errors, but the site doesn't appear to be configured in apache and there is no database. |
Going to mark this as closed, added the instructions to the README as well. Thanks everyone! |
Maybe this helps someone else. vv bash vv bash vv/vv Similarly, all vv available commands must use bash vv/vv in order to work. |
I'm having the same issue as @fxbenard. Any ideas? |
A package is needed for Linux and Windows users
The text was updated successfully, but these errors were encountered: