Skip to content

Commit 841021e

Browse files
committed
TASK: explain how the prunner UI can be updated
1 parent 92cdbe7 commit 841021e

4 files changed

Lines changed: 29 additions & 9 deletions

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,27 @@ composer install
3434
# prunner is now installed in your project root, as "prunner/prunner"
3535
```
3636

37-
Now, start up prunner
37+
Now, start up prunner via the following command:
38+
39+
```bash
40+
prunner/prunner --path Packages --data Data/Persistent/prunner
41+
```
42+
43+
This will parse all packages for `pipelines.yml` files.
44+
45+
46+
## Building the UI package
47+
48+
In [prunner-ui](https://github.com/Flowpack/prunner-ui), run `yarn build`
49+
for the production build.
50+
51+
Then, copy the `index.js` and `index.css` files to this package:
52+
53+
```bash
54+
export PRUNNERUI=/path/to/prunner-ui
55+
cp $PRUNNERUI/build/dist/index.js* Resources/Public/prunner-ui/
56+
cp $PRUNNERUI/build/index.css Resources/Public/prunner-ui/index.css
57+
```
3858

3959
## License
4060

Resources/Public/prunner-ui/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)