Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create CAS-PGE configuration directory

    No Format
    cd /usr/local
    mkdir -p $PGE_ROOT/file_concatenator/pge-configs
    
  2. Create CAS-PGE deployment directory

    No Format
    mkdir -p $PGE_ROOT/file_concatenator/output/jobs
    

    Make sure you have access to write in the CAS-PGE deployment directory

    No Format
    ls -l $PGE_ROOT/file_concatenator/output
    sudo chmod 0755 $PGE_ROOT/file_concatenator/output/jobs

    • First command yields permission status of the directory

    • Second command changes permission status of the directory to 775 (drwxrwxr-x)

     

  3. Create CAS-PGE input files directory

    No Format
    mkdir -p $PGE_ROOT/file_concatenator/files
    
  4. Create CAS-PGE extractors directory

    No Format
    mkdir -p $PGE_ROOT/file_concatenator/extractors/metlistwriter
    

...