-
Notifications
You must be signed in to change notification settings - Fork 37
new project
Alexander Richter edited this page Aug 17, 2017
·
4 revisions
How to create a new project and just overwrite the data/configuration files?
- Copy data folder from your main pipeline to your project.
PATH: plex/data copy to $project/pipeline/data
- 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
- start your software from the project.
PATH: $project/pipeline/exe
scripts
scripts/plugins
- arUtil
- arDesktop
- arSave/arLoad
- arNotice
- arConfig
in development
- arSmartLoader
- arQualityChecker