Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Create VM
  2. Install ArcGIS 10.4.1 Desktop Version advanced.
    1. During the installation process select Advanced (ArcInfo) Single Use product and stop.
  3. Install Git for windows
    1. https://gitforwindows.org/
  4. Clone extractor and pyclowder repositories to ~/Repositories
  5. Add Python, and Scripts to Path (for root user)
    1. Install pip and Add Scripts directory to path
      1. For ArcGIS 10.7 you can use C:\Python27\ArcGIS10.7\, and C:\Python27\ArcGIS10.7\Scripts\
    2. Pip is installed by ArcGIS, but should be updated
      1. `python -m pip install --upgrade pip`
    3. Install pika
      1. requests has already been installed, but is needed if it gets removed in a later version of ArcGIS
      Install pika and requests
    4. Install Pyclowder
    5. Install extractor requirements 
      1. http://www.7-zip.org/download.html
      2. xmltodict
    6. Update environment variables for root user. Make sure that Python, 
    7. Verify that extractor is running fine

    8. Download and Install NSSM

    Additional References