This documentation assumes that you have a clean version of the subsite starterkit, checked out from your project repo. You should not have built the project just yet at this point!
"ec-europa/nems-platform": "1.*"
{
"type": "package",
"package": {
"name": "ec-europa/nems-platform",
"version": "1.0",
"source": {
"url": "https://github.com/ec-europa/nems-platform-reference.git",
"type": "git",
"reference": "master"
}
}
}
Modify
"scripts": {
"post-install-cmd": "resources/scripts/composer/post-install.sh"
},
To
"scripts": {
"post-install-cmd": ["resources/scripts/composer/post-install.sh","vendor/ec-europa/nems-platform/post-install.sh"]
},
Make sure that you have correct permissions setup on your local machine!