Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

dsh init doesn't work on windows - docroot not found #141

Open
vg42 opened this issue Jun 23, 2016 · 2 comments
Open

dsh init doesn't work on windows - docroot not found #141

vg42 opened this issue Jun 23, 2016 · 2 comments
Assignees

Comments

@vg42
Copy link
Contributor

vg42 commented Jun 23, 2016

It seems folder isn't mapped to container.

On Windows 10 when I run dsh init I receive an error (drude-d7-testing is used):

bash: cd: docroot: No such file or directory

I've found that this error on this line: https://github.com/blinkreaction/drude-d7-testing/blob/master/.drude/commands/init#L102

There is same issue for drude-d8-testing installation.

dsh bash
docker@cli:/var/www$ ls -la
total 0
drwxr-xr-x 3 docker users 60 Jun 23 11:55 .
drwxr-xr-x 3 docker users 60 Jun 23 11:55 ..
drwxr-xr-x 3 docker users 60 Jun 23 11:55 .drude

@achekulaev
Copy link
Contributor

You should not put your project files under .babun folder on windows at the moment

@vg42
Copy link
Contributor Author

vg42 commented Jul 7, 2016

Thank you. Yes, it caused this problem. I've moved my projects folder and now it works fine.
I've added additional check for Windows on installation step: #150

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

No branches or pull requests

2 participants