Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed python prereqs

...

The following technologies should be in place before following the configuration setup for all Development and Deployment machines:

Software

  • Python 3.11.5
    The following Python libraries have been installed using pip:
    • GitPython - pip install GitPython
    • Tkinter - pip install tk
    • Psycopg2 - pip install Psycopg2
    • PyYAML - pip install PyYAML
    • XML.etree.ElementTree - pip install ElementTree
    • Requests - pip install Requests
    • Logging - pip install Logging
  • WhereScape 3D, 9.0.5.4+
    • Instructions on installation can be found at the following link:  WhereScape 3D Installation Instructions.
    • Includes the WhereScape MetaServer (wsmetaserver) which installs a local PostgreSQL database server used to store metadata.
    • This PostgreSQL server is typically installed automatically during the WhereScape 3D setup process.
    • Alternatively, users can connect to an existing PostgreSQL server if preferred.
Note

WhereScape 3D must be on the default install location

  • WhereScape RED, 10.4.0.1+x
    • Requires a PostgreSQL database to store metadata. 
    • This can be hosted on the same MetaServer (wsmetaserver) installed with WhereScape 3D or on a separate PostgreSQL server, depending on your environment setup

...

Make sure the following user-level PATH entries exist: 

...

 

  • C:\Program Files\Git\cmd\ 
  • C:\Program Files\Git\bin\ 

...