Skip to content

new project

Alexander Richter edited this page Aug 17, 2017 · 4 revisions

plex_03

Data Overwrite

How to create a new project and just overwrite the data/configuration files?

  1. Copy data folder from your main pipeline to your project.

PATH: plex/data copy to $project/pipeline/data

  1. change the data files to match your project (resolution, paths, ...)
    Add the project path to pipeline.yml so the main pipeline is below the current.

You can use $this command for the current path.

# plex/data/pipeline.yml

PATH:
    # 1.local (dev & debug)
    - C:\sandbox
    # 2.project (production)
    - $this
    # 3.pipeline (master)
    - D:\plex
  1. start your software from the project.

PATH: $project/pipeline/exe

Script Layering

Clone this wiki locally