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 18, 2016
1 parent 6ff4da9 commit 98f26c7
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion examples/pipelines/PirusBasic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,25 @@ This document explain you how to build a simple pipeline image for Pirus.
# Your Pipeline is ready to use on your server


## TODO : export image as file and edit image conf to create a piruse package installable on any pirus server
## TODO : export image as file and edit image conf to create a piruse package installable on any pirus server

# add folowing informations into the metadata.yaml file
"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",
"inputs" : "/pipeline/inputs",
"outputs" : "/pipeline/outputs",
"databases" : "/pipeline/db",
"logs" : "/pipeline/logs",
"form" : "/pipeline/form.json",
"icon" : "/pipeline/logo.png"
}

# You can repackage the image in tar.xz, to save space
tar -cJf PirusSimple.tar.xz metadata.yaml rootfs templates

0 comments on commit 98f26c7

Please sign in to comment.