Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows 10 / cygwin compatibility #4

Open
oldlastman opened this issue May 21, 2017 · 2 comments
Open

windows 10 / cygwin compatibility #4

oldlastman opened this issue May 21, 2017 · 2 comments

Comments

@oldlastman
Copy link

if you are using windows10/cygwin you need ignore directory/file permissions
on grunt/wordpressdeploy.coffee after line 9 add
"--no-p"
"--chmod=Du=rwx,Do=rx,Fu=rw,Fo=r" # you must change this for your prefered permissions

--
with this little change "grunt deploy --target=xxx" works ok :)

@oldlastman
Copy link
Author

PD: i move files manullay to my theme, install.sh not working well on cygwin

@madebycaliper
Copy link
Owner

Hey @oldlastman sorry for the delay! Been moving cross country so not much time for pet projects...

I'm really glad you gave this deployment method a shot. I'm not familiar at all with development on *nix environments except for doing some sys ops on webserver machines, so I should say there's no guarantee that this works on anything other than OS X.

If you're interested, I'd love some help troubleshooting the install.sh script. It's a very straightforward bash script but maybe the file traversal and manipulation has some syntax errors on cygwin and can be made usable for different shell types.

Aside from the issues mentioned above, did it work well for you? Any feedback is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants