anyproto / any-sync-dockercompose

docker-compose for testing any-sync
MIT License
238 stars 30 forks source link

nodes.yml file doesn't exist in tmp/generateconfig after `make start` #6

Closed ncgl-git closed 6 months ago

ncgl-git commented 8 months ago

Have you read a contributing guide?

Current Behavior

make start and/or make update result in

sed 's|^|    |; 1s|^|network:\n|' tmp/generateconfig/nodes.yml > tmp/etc/network.yml
sed: can't read tmp/generateconfig/nodes.yml: No such file or directory
make: *** [Makefile:9: generate_etc] Error 2

Expected Behavior

Unless the documentation is missing, I expected the node.yml file to be generated in the tmp/generateconfig directory.

Am I supposed to create this file myself?

Steps To Reproduce

Run: git clone https://github.com/anyproto/any-sync-dockercompose.git cd any-sync-dockercompose make start

Environment

- OS: Windows 11 Pro
- Version: 22H2

Anything else?

No response

ncgl-git commented 8 months ago

I am happy to update documentation via PR if this is user error too! Just let me know!

fb929 commented 8 months ago

sorry, right now we don't have support of the host machines with Windows OS

fb929 commented 7 months ago

@ncgl-git we added support windows system do you can check, please ?