Versions Compared

Key

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

NOTE: If you are replacing Admin Tools 1.x with version 2.0 or later, you will need to uninstall remove the original Admin Tools service before proceeding. This can be accomplished by performing the following:

Open a command prompt as an administrator in the app-server folder located in the root of the application.

Runnssm remove "Admin Tools Server"

For On-Premise Installation:

  1. Unzip the Admin Tools build to the proper location
    This can be under C:\intepub\wwwroot\admintools or any location you wish and then add this location as an application in IIS

  2. Install AdminTools/installs/MongoDB-windows-*.exe
    If MongoDB isn’t installed on their server, install MongoDB using the mongodb-windows-x86_64-5.0.6-signed.msi file from the AdminTools/installs folder that was unzipped in step 1. Follow MongoDB's installation wizard to install (default options are fine). If there are any issues, see the MongoDB Installation Guide.

  3. Install AdminTools/installs/ARRv3_0.exe
    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 server application.

    Note: If your machine cannot access the internet, navigate to the AdminTools/installs/standalone folder and install both the requestRouter_amd64.msi and rewrite_amd64_en-US.msi files.

  4. Install & Start Windows Service
    a. Run as administrator the AdminTools/installs/install_server.bat file
    b. Click the three dots next to the Path setting. Navigate one directory up to the main Admin Tools folder and navigate to the /app-server directory. Then select the index.exe file and click the open button.
    c. Click the Install service button
    d. Run the services application on Windows and make sure that “AdminTools Server” is running. If not, start the service.

    Image RemovedImage Added


    If you have already installed the service, you can run the edit_server.bat file

    If you need to delete the service, run the remove_server.bat file

  5. IIS: Enable Application Request Router proxy
    a. Under connections, click on the server entry under the start page
    b. In the center panel under the IIS section, double click on the Application Request Routing icon

    Image RemovedImage Added


    c. Click the enable proxy checkbox in the center panel, then on the right panel click the apply button.

    Image RemovedImage Added


  6. You can now open a browser to (https://yourdomain.com/admintools) and use the application.

...