Share

Using the Flow Production Tracking Media Package

Warning:

Local installations of Flow Production Tracking are no longer offered. This documentation is intended only for those with existing instances of Shotgun Enterprise Docker. Click here for a list of our current offerings.

Note:

  This is an optional step and we only recommend this on a new server instance, or with your first time using Flow Production Tracking as it replaces your current media path.

Flow Production Tracking Enterprise does not ship with demo media (images and videos) in order to decrease size and simplify setup. To start your Flow Production Tracking Enterprise install and include demo media, follow the directions below.  

Download Media Package

Download the flow production tracking-unified-media-X.X.X.X.sql.gz media package from your [account.flow production trackingsoftware.com](account.flow production trackingsoftware.com) page.

Setup Media with Flow Production Tracking Enterprise

Simply un-zip the gzipped tar media folder at the location you are mounting your media.

For the default location found in your docker-compose.yml, as seen here:

     services:  
      app:  
        ...  
        volumes:  
          - ./media:/media 

Unzip to that directory. This example below is for an instance named ``staging`` in the default Flow Production Tracking Enterprise install location.

    # Example media configuration (please substitute as appropriate)  
    # Create a staging cluster from the example  
    cp -r /opt/flow production tracking/se/example /opt/flow production tracking/se/staging  
    tar -xvof flow production tracking-automotive-media-X.X.X.X.tar.gz -C /opt/flow production tracking/se/staging 

Restart your docker-compose and you should see thumbnails and media in your projects!

Projects.JPG

Was this information helpful?