Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gueudelot committed Oct 20, 2016
1 parent 058b43e commit bc7d9b4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/pipelines/PirusBasic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ This document explain you how to build a simple pipeline image for Pirus.

# add folowing informations into the metadata.yaml file
sudo nano metadata.yaml

# si json
"pirus":
{
"name" : "Pirus Simple",
Expand All @@ -63,6 +65,21 @@ This document explain you how to build a simple pipeline image for Pirus.
"form" : "/pipeline/form.json",
"icon" : "/pipeline/logo.png"
}
# si yaml
pirus:
name: "Pirus Simple"
description: "Test pipeline for pirus"
version : "1.0.0"
pirus_api: "1.0.0"
license: "AGPL"
developers: ["Olivier GUEUDELOT"]
run: "/pipeline/run/run.sh"
logs: "/pipeline/logs"
inputs: "/pipeline/inputs"
outputs: "/pipeline/outputs"
databases: "/pipeline/db"
form: "/pipeline/form.json"


# You can repackage the image in tar.xz, to save space
sudo tar cfJ PirusSimple.tar.xz metadata.yaml rootfs templates
Expand Down

0 comments on commit bc7d9b4

Please sign in to comment.