AKSW / OntoWiki

Semantic data wiki as well as Linked Data publishing engine
https://ontowiki.net
204 stars 51 forks source link

Use composer scripts for provisioning tasks #359

Open white-gecko opened 8 years ago

white-gecko commented 8 years ago

In addition to the extension management with composer (#339 #349) we could also pursue other provisioning tasks, which are currently done in the makefile, using composer scripts: https://getcomposer.org/doc/articles/scripts.md

shinobu commented 8 years ago

This sounds like an useful addition. If we could completely rely on composer for all makefile functions, it would be easier to "install" OntoWiki on Windows as well.