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 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.

3.

...

Move the "app-server" Folder Out of the Client Files

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

...

If Node.js is installed, you can install the service with the command:

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

If Node.js is not installed, follow the instructions under Installing Without Node.js on the Web Serverand then run this command from the server application directory:

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

...

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


Info
titleAdditional Considerations

If any node packages need to be updated / installed the npm install command should be ran in the server directory.

Filter by label (Content by label)
showLabelsfalse
max5
spacesGJKBASE
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("admin","install","portal","tools") and type = "page" and space = "GJKBASE"
labelsPortal Install Admin Tools

...