Download the PHP package ipunkt/rancherize-blueprint-php-cli without Composer
On this page you can find all versions of the php package ipunkt/rancherize-blueprint-php-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ipunkt/rancherize-blueprint-php-cli
More information about ipunkt/rancherize-blueprint-php-cli
Files in ipunkt/rancherize-blueprint-php-cli
Download ipunkt/rancherize-blueprint-php-cli
More information about ipunkt/rancherize-blueprint-php-cli
Files in ipunkt/rancherize-blueprint-php-cli
Vendor ipunkt
Package rancherize-blueprint-php-cli
Short Description rancherize php cli blueprint
License MIT
Package rancherize-blueprint-php-cli
Short Description rancherize php cli blueprint
License MIT
Please rate this library. Is it a good library?
Informations about the package rancherize-blueprint-php-cli
rancherize-blueprint-php-cli
Rancherize blueprint to run a single php command, optionally with cron label to run regularly.
Use
Install
rancherize plugin:install ipunkt/rancherize-blueprint-php-cli:1.0.0
Init
Init local development environment
rancherize init php-cli --dev local
Init push environment to be used with a rancher server
rancherize init php-cli production
Note that as of the time of writing all environments will use the same blueprint
Configuration
Differences from WebserverBlueprint
command
: The command that will be executed. The exact command that will be run isphp VALUEGIVEN
inside/var/cli/app
where your app is mounted.add-composer
: Add a composer.phar to your app directory
The base image version will be resolved in the following steps:
php
set a version, then usephp:$version-alpine
docker.base-image
set, then use this image- nothing of the above, use
php:7.0-alpine
Supported rancherize services
- scheduler
- Cron schedule IMPORTANT: Not the full
cron
syntax is supported. Only theschedule
part is used on the top level of the environment
Example:
All versions of rancherize-blueprint-php-cli with dependencies
PHP Build Version
Package Version
The package ipunkt/rancherize-blueprint-php-cli contains the following files
Loading the files please wait ....