2017 © Pedro Peláez
 

library dist

Tool to publish webapps

image

mheinzerling/dist

Tool to publish webapps

  • Tuesday, January 10, 2017
  • by mheinzerling
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Build Status Code Climate Test Coverage Issue Count, (*1)

mheinzerling/dist

Tool to zip and deploy composer web application., (*2)

Composer

"require": {
    "mheinzerling/dist": "^3.0.0"
},

Usage

  • backup your LIVE or TEST system you try to set up
  • create a deployment descriptor; based on resources/deploy.json
  • set up the deploy script
    • vendor\bin\dist.bat upload deploy.prod.json
    • [1] Deploy script
  • create a distributable zip file vendor\bin\dist.bat zip deploy.prod.json
  • upload the zip file
    • vendor\bin\dist.bat upload deploy.prod.json
    • [2] dist.XXXX.zip
  • deploy the zip file
    • vendor\bin\dist.bat deploy deploy.prod.json
    • [1] dist.XXXX.zip
    • a maintenance flag file will be written to the server that can be checked
    • check the system and type y to disable the maintenance mode

Changelog

3.0.0

  • update to PHP 7.1

2.0.0

  • update to PHP 7

1.2.0

  • passive FTP connection

1.1.0

  • deploy to subPaths

1.0.0

  • initial version

The Versions

05/11 2016
05/11 2016

1.0.0

1.0.0.0

Tool to publish webapps

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Heinzerling

05/11 2016

1.1.0

1.1.0.0

Tool to publish webapps

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Heinzerling

05/11 2016

1.2.0

1.2.0.0

Tool to publish webapps

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Heinzerling