-
Notifications
You must be signed in to change notification settings - Fork 186
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
Development on Windows - Drupal 8 #1001
Comments
@rconstantine windows has added bash to both windows server and windows 10 as of recently. |
I'm still on Win 7. Been thinking of upgrading. Maybe it is time.
On Thursday, December 28, 2017, 5:45:02 PM PST, Zak Schlemmer <[email protected]> wrote:
@rconstantine windows has added bash to both windows server and windows 10 as of recently.
I would recommend trying this method:
https://docs.microsoft.com/en-us/windows/wsl/about
It should be much more likely to work as intended for native linux.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This totally worked. The upgrade to Win 10 was slightly painful, but got everything ironed out, I think. The installation of the Linux bit for Windows went just fine. Had to use apt-get to install unzip, and then the bash scripts were able to complete their tasks - the ones I have tried, at least.
Thanks!
On Thursday, December 28, 2017, 5:51:05 PM PST, ryan constantine <[email protected]> wrote:
I'm still on Win 7. Been thinking of upgrading. Maybe it is time.
On Thursday, December 28, 2017, 5:45:02 PM PST, Zak Schlemmer <[email protected]> wrote:
@rconstantine windows has added bash to both windows server and windows 10 as of recently.
I would recommend trying this method:
https://docs.microsoft.com/en-us/windows/wsl/about
It should be much more likely to work as intended for native linux.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Great! I'm happy to hear that worked for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am developing in windows for Drupal 8. I have cygwin installed so I can use the bash scripts provided, but the file paths aren't windows friendly. I see that there are multiple nested and branching scripts. Could the paths be made cross-platform compatible, or can they already be used in windows some other way?
The text was updated successfully, but these errors were encountered: