These are installation instructions for the Windows side manager software: AUTOSOL AppManager (AAM) previously known as Universal App Manager or UAM.
First Steps
Install
...
PostgreSQL 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 the 'AAM Configuration' shortcut from Start
...
menu and configure the file to reference local or remote database (details below) if necessary.
Run the 'AAM Migrate Database' shortcut from Start menu.
...
Visit your system’s Services and make sure AUTOSOL App Manager is running. Restart if necessary.
Browse with any modern browser (excluding IE) to http://localhost:8080 (substitute hostname as appropriate)
...
. 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. Expect it to It will run in the a console window.
Browse with any modern browser (excluding IE) to http://localhost:8080 (substitute hostname as appropriate).Be advised, if
Info |
---|
If HTTPS is enabled, you will need to browse to https://localhost:8080. |
Database Configuration Settings
You can edit properties as desired and restart AAM via shortcut. The file is located atThe config.ini file can be opened using the ‘AAM Configuration’ shortcut, or by browsing directly to the file located here:
Code Block |
---|
C:\ProgramData\UniversalAppManager\config.ini |
...
[DATABASE] - AAM will use these settings when it connects to postgresqlPostgreSQL.
DBName is the name of the postgresql PostgreSQL database.
DBUser is the name of the postgresql PostgreSQL user.
DBPassword is the password (plaintext).
DBHost is the hostname where the database is expected.
DBPort is the port that AAM will reach out to for postgresqlPostgreSQL.
[SERVER] - AAM will use these settings when it starts its web server.
port is the port number that the web server will listen for HTTS/HTTPS requests on.