2017 © Pedro Peláez
 

library composer-iis-permission-handler-windows-auth

Composer script handling iis permissions

image

laurin1/composer-iis-permission-handler-windows-auth

Composer script handling iis permissions

  • Friday, July 11, 2014
  • by laurin1
  • Repository
  • 1 Watchers
  • 0 Stars
  • 150 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

IISPermissionHandlerWindowsAuth

This tool allows you to run a basic script to fix IIS permissions on any directories you specify within the extra field of your composer.json. This fork was added for configurations that use Windows Authentication, which needs the Users group to have read permissions. Also, removed IIS start and stop., (*1)

Usage

Add the following in your root composer.json file, (*2)

{
    "require": {
        "laurin1/composer-iis-permissions-handler": "1.0.*@dev"
    },
    "scripts": {
        "post-install-cmd": [
            "laurin1\\IISPermissionHandlerWindowsAuth\\ScriptHandler::fixPermissions"
        ],
        "post-update-cmd": [
            "laurin1\\IISPermissionHandlerWindowsAuth\\ScriptHandler::fixPermissions"
        ]
    },
    "extra": {
        "iis-permission-fix-folders": ["app/cache", "app/logs", "vendor"] # Defaults to: app/cache, app/logs, vendor - IF YOU WANT to use only one folder, be sure to leave off the brackets (ex. "vendor" NOT ["vendor"])!
    }
}

By default the permission handler will give minimal output. If you would like to receive more output (for debug for example), simple add the following to the extra section of your composer file., (*3)

    "extra": {
        "iis-permission-fix-debug": "true"
    }

The Versions

11/07 2014

dev-master

9999999-dev

Composer script handling iis permissions

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

permissions iis

11/07 2014

v1.0.1

1.0.1.0

Composer script handling iis permissions

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

permissions iis

11/07 2014

v1.0

1.0.0.0

Composer script handling iis permissions

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

permissions iis

22/05 2013

1.0

1.0.0.0

Composer script handling iis permissions

  Sources   Download

The Requires

  • php >=5.3.3

 

permissions iis