Versions Compared

Key

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

Application Installation

...

2. Request a new build from GEO Jobe

...

The Admin Tools Server application is written in JavaScript and runs on Node.js. It is recommended that Node.js be installed on the machine hosting the application, however it is not required. See: Installing Without Node.js on the Web Server.


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

3. Install Required IIS Modules

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. Move the "app-server" Folder Out of the Client Files

Move the "app-server" directory to a directory titled “admin-tools-server”. This folder should not be web-accessible.

...

5. Install Windows service

Navigate to the "admin-tools-server" folder created in step 3.

...

      nssm install "Admin Tools Server" "node dojo/dojo.js load=app/Bootstrap"

...

6. Start the server

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

...