/posedoc

Primary LanguagePHPMIT LicenseMIT

Posedoc - Docker Provisioning Tool

Posedoc helps you containerize composer-based web applications. This tool includes composer and enhances it by a docker build command.

Installation / Usage

  1. Download the composer.phar executable or build it from its sources.

    $ git clone https://github.com/slopjong/posedoc.git
    $ cd posedoc/bin
    $ ./compile
  2. Copy composer.phar from the bin directory to the root directory of your posedoc build files.

  3. Run posedoc: php composer.phar docker-build

  4. Find your docker image tarball in builds.

Global installation of Composer (manual)

Follow instructions in the documentation

Requirements

PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs)

Authors

License

Composer is licensed under the MIT License - see the LICENSE file for details