medic / medic-docs

Replaced by https://github.com/medic/cht-docs. This repo was the former source of documentation for developing, configuring, and using Medic Mobile tools.
https://docs.communityhealthtoolkit.org
GNU Affero General Public License v3.0
29 stars 35 forks source link

Update Windows development instructions #152

Closed garethbowen closed 4 years ago

garethbowen commented 4 years ago

@TamorHaabmets reports:

I tried it out and i had some permission problems when running grunt. Error message was: tar EPERM: operation not permitted, futime These two commands helped me out (insert them in your linux home directory). sudo umount /mnt/c sudo mount -t drvfs C: /mnt/c -o metadata,uid=1000,gid=1000,umask=22,fmask=111 More info: https://stackoverflow.com/questions/56457844/tar-eperm-operation-not-permitted-futime

Investigate and update the instructions as needed.

cc @SCdF

SCdF commented 4 years ago

@TamorHaabmets I'm not able to reproduce this locally, and so it's hard for me to verify the instructions.

I'm wondering if it's because of a specific version of something that you're using, or perhaps becuase of a way your Windows 10 is setup. Unfortunately I'm not that versed in Windows.

Could you provide me with:

Thanks!

kennsippell commented 4 years ago

@yrimal You just got our stack running on Windows + WSL. We discussed how your learnings with WSL could be useful to contribute into the documentation.

Here is an example issue which you might have encountered and have suggestions for.

kennsippell commented 4 years ago

Fixed by https://github.com/medic/medic-docs/pull/170. Please re-activate if you're still having trouble on Windows.