Simplify development setup for new developers
shevron opened this issue · 1 comments
shevron commented
Currently it is quite hard (as with all CKAN extension) to quickly set up a new development environment for new developers less familiar with CKAN extension development process.
It would be really useful to create some automation (+ documentation) that will assist setting up a development environment.
This can be done via docker-compose
+ some Make targets
shevron commented
Done, see make help
or just make dev-setup
.