Versions Compared

Key

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

NOTEKeep in mind that this install guide represents the minimum steps needed in an ideal environment with no variables or complications to overcome. It is not meant to serve as a comprehensive solution to any and all installation workflows and environments. Enterprise expertise is still essential for handling this installation. 

  • If you are unsure about whether Admin Tools for Portal can be installed on your infrastructure, please visit our product page, and contact us to request a technical meeting to discuss installation. We do sell Professional Services Installation Packages as an additional option to the purchase of Admin Tools for Portal.

...

In order to receive a licensed build of Admin Tools for Portal, the following information must be provided to GEO Jobe GIS Consulting. For greater detail on this, please refer to the Providing Your ArcGIS Enterprise's Portal Details for Admin Tools for Portal knowledge base article.

  • The URL where Admin Tools will be installed (the URL that will appear in the browser’s address bar when accessing the tools).

  • The URL of each Portal including the host name and web adapter.

  • Whether or not IWA is being used for each Portal. For Portals not using IWA, an OAuth App ID must be created and provided to us for each Portal via registering a Web Mapping Application item. The URL of Admin Tools must be set in the Valid Redirect URI’s of the Web Mapping Application item. If the Admin Tools is being hosted on the same server as a Portal, the option for app registration may not show up and this is a known issue by ESRI.

  • NOTE: Please ensure that .NET 4.5 framework is installed for your IIS Application Pool.
  • NOTE: Please notify GEO Jobe if your Organization requires a security audit before licensing or installing Admin Tools for Portal.

...

Convert the folder from step 3 into an application.

(NOTE: In certain specific situations involving internal URL redirect policies, make sure to name the application the same as the admintools endpoint you provided to GEO Jobe for your build.)

Application Server Installation (Windows)

...

2. Install MongoDB

  1. Download MongoDB 3.4.1 Windows x64 and install.

  2. If there are any issues, see the MongoDB Installation Guide.

  3. Configure a Windows Service for MongoDB


Info
titleNOTE on Mongo.cfg

NOTE: Do NOT use tabs in the mongo.cfg

...

The following IIS modules must be installed for Admin Tools for Portal. The URL Rewrite and Application Request Routing extensions are used by the application to create a reverse-proxy to forward requests through IIS To the Node.js server application.

4. Install Windows service

...

  1. Run nssm install "Admin Tools Server"

  2. Path: choose the node.exe in the app-server folder or C:\Program Files\nodejs\node.exeif Node.js is installed.

  3. Startup directory: choose the app-server folder.

  4. Arguments: dojo/dojo.js load=app/Bootstrap

  5. Click Install Service



NOTE: The service can be removed with: nssm remove “Admin Tools Server”

5. Start the server

Using Windows Service Manager, start the Admin Tools Server service.

...