2017 © Pedro Peláez
 

library ec-nems-platform

Modules, features and theme sourcecode for the nems platform

image

ec-europa/ec-nems-platform

Modules, features and theme sourcecode for the nems platform

  • Wednesday, February 14, 2018
  • by ec-europa
  • Repository
  • 26 Watchers
  • 0 Stars
  • 659 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 15 % Grown

The README.md

NEMS Platform Instructions

To incorporate the nems platform into your subsite project with toolkit you need to add the following to your resources/composer.json file:, (*1)

{
  "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, (*2)

You need to edit the script for it to integrate the new fe_nodequeue patch like so:, (*3)

  # 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, (*4)

The Versions

14/02 2018

dev-master

9999999-dev

Modules, features and theme sourcecode for the nems platform

  Sources   Download

EUPL-1.1

The Requires

  • php >=5.4.0

 

14/02 2018

1.3.2

1.3.2.0

Modules, features and theme sourcecode for the nems platform

  Sources   Download

EUPL-1.1

The Requires

  • php >=5.4.0

 

14/02 2018

dev-feature/MULTISITE-19408

dev-feature/MULTISITE-19408

Modules, features and theme sourcecode for the nems platform

  Sources   Download

EUPL-1.1

The Requires

  • php >=5.4.0

 

21/11 2017

1.3.1

1.3.1.0

Modules, features and theme sourcecode for the nems platform

  Sources   Download

The Requires

  • php >=5.4.0

 

21/11 2017

1.3.0

1.3.0.0

Modules, features and theme sourcecode for the nems platform

  Sources   Download

The Requires

  • php >=5.4.0

 

09/06 2017

1.2.1

1.2.1.0

Modules, features and theme sourcecode for the nems platform

  Sources   Download

The Requires

  • php >=5.4.0

 

20/03 2017

1.1

1.1.0.0

Modules, features and theme sourcecode for the nems platform

  Sources   Download

The Requires

  • php >=5.4.0

 

14/03 2017

1.0

1.0.0.0

Modules, features and theme sourcecode for the nems platform

  Sources   Download

The Requires

  • php >=5.4.0