Versions Compared

Key

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

...

  1. Install PostgreSQL locally or remotely. Recommended version is 12 or 13.

  2. Where PostgreSQL is installed, create a database.

    1. Example for local machine:

      Code Block
      "%PROGRAMFILES%\PostgreSQL\12\bin\psql" --username=postgres
      postgres=# CREATE DATABASE "ASIServerDB" OWNER postgres;
      postgres=# \q
  3. Run the AutosolAppManager.exe installer and follow the prompts to install the server.

  4. Run the 'AAM Configuration' shortcut from Start menu and configure the file to reference local or remote database (details below).

  5. Run the 'AAM Migrate Database' shortcut from Start menu.

  6. Run the 'AAM' shortcut from Start menu.

  7. Browse with any modern browser (excluding IE) to http://localhost:8080 (substitute hostname as appropriate). Be advised, if The default user is 'admin' and the default password is 'admin'.

Info

If HTTPS is enabled, you will need to browse to https://localhost:8080

...

.

Typical Usage

Start the application via the AAM shortcut. It will run in the a console window.
Browse with any modern browser (excluding IE) to http://localhost:8080 (substitute hostname as appropriate).

...