ec-europa / ec-nems-platform
Modules, features and theme sourcecode for the nems platform
Installs: 5 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 25
Forks: 3
Open Issues: 1
Requires
- php: >=5.4.0
README
To incorporate the nems platform into your subsite project with toolkit you need to add the following to your resources/composer.json file:
{ "require": { "ec-europa/ec-nems-platform": "~1.3.0" }, "scripts": { "post-install-cmd": "vendor/ec-europa/ec-nems-platform/resources/install-nems-platform.sh", "post-update-cmd": "vendor/ec-europa/ec-nems-platform/resources/install-nems-platform.sh" } }
Upgrade notes for starter kit
To upgrade from versions below 1.3.0 you need to update your subsite NEMS integration. Every subsite with NEMS integration prior to version 1.3.0 has in its repository a integration script in resources/composer/scripts/post-install-cmd/install-nems-platform
You need to edit the script for it to integrate the new fe_nodequeue patch like so:
# Copy the platform make file. cp -f lib/vendor/ec-europa/ec-$TYPE-platform/resources/$TYPE-platform.make resources/$TYPE-platform.make # Make patches dir if not present and copy new patches. mkdir -p resources/patches cp -r lib/vendor/ec-europa/ec-$TYPE-platform/resources/patches/* resources/patches
To check the integration, run ./bin/phing build-dist