CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Windows portability #8

Closed canesin closed 6 years ago

canesin commented 6 years ago

Unfortunately Makefiles are not easily supported in the platform 90% of the developers of the world use.

metachris commented 6 years ago

Perhaps we should just show the 2 commands that are needed directly:

docker-compose up
docker exec -it neo-python np-prompt -p -v

Not sure we even need the wrapper/Makefile...

revett commented 6 years ago

@canesin I am working on porting the contents of the Makefile to a cross-platform CLI. This will also allow us to unit test the project.

revett commented 6 years ago

Closing as solved by documentation that is now in README: https://github.com/CityOfZion/neo-local#windows-1

This will be improved in the future by the CLI, however I've seen Windows users run the project so I'm happy for the moment.