...
Install postgresql. Either locally or remotely. Recommended version is 12 or 13.
Where postgresql is installed, create a database.
Example for local machine:
Code Block "%PROGRAMFILES%\PostgreSQL\12\bin\psql" --username=postgres postgres=# CREATE DATABASE "ASIServerDB" OWNER postgres; postgres=# \q
Run the AutosolAppManager.exe installer and follow the prompts to install the server.
Run 'AAM Configuration' shortcut from Start memu and configure file to reference local or remote database (details below).
Run 'AAM Migrate Database' shortcut from Start menu.
Run 'AAM' shortcut from Start menu.
Browse with any modern browser (excluding IE) to http://localhost:8080 (substitute hostname as appropriate). Be advised, if HTTPS is enabled, you will need to browse to https://localhost:8080.
Default user is 'admin' default password is 'admin'.
...