flowpack/prunner 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

flowpack/prunner

最新稳定版本:1.1.2

Composer 安装命令:

composer require flowpack/prunner

包简介

Integration of prunner (an embedded pipeline task runner) in Neos

README 文档

README

An embeddable task / pipeline runner for Neos and Flow.

For a full introduction, see the README of the prunner repo.

Components

prunner

A single process, written in go, that provides the REST API, pipeline runner and persistence. It needs to be started in the background for integration into other applications.

prunner-ui

A minimalistic React UI to start and view pipelines, jobs and task details.

Flowpack.Prunner (this repository)

A Neos/Flow PHP package providing a backend module for the current pipeline state, and a PHP API.

Installation

composer require flowpack/prunner

Now, start up prunner via the following command:

prunner/prunner --path Packages --data Data/Persistent/prunner

This will parse all packages for pipelines.yml files.

Overriding the Prunner Version

By default, the prunner version configured in Flowpack\Prunner\Composer\InstallerScripts::DEFAULT_VERSION_TO_INSTALL will be downloaded. However, it is possible to override this via extra.prunner-version in the root composer.json:

{
  "extra": {
    "prunner-version": "0.4.0"
  }
}

Skip the Prunner binary download

In case you want to install Prunner manually, you can skip the download of the Prunner entirely by setting extra.prunner-version in the root composer.json to "skip-download".

{
  "extra": {
    "prunner-version": "skip-download"
  }
}

Building the UI package

In prunner-ui, run yarn build for the production build.

Then, copy the index.js and index.css files to this package:

export PRUNNERUI=/path/to/prunner-ui
cp $PRUNNERUI/build/dist/index.js* Resources/Public/prunner-ui/
cp $PRUNNERUI/build/index.css Resources/Public/prunner-ui/index.css

License

MIT - see LICENSE.

统计信息

  • 总下载量: 24.21k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 10
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-10-04