Versions Compared

Key

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

...

Once the installation is complete, visit the IP of your computer on port 8080 to see the AUTOSOL App Edge Manager web configuration page.

If this is the first time you’ve installed on this system, you will need to set your Postgres password:

Code Block
sudo -u postgres psql ASIServerDB
ALTER USER postgres WITH PASSWORD ‘postgres’;
\q
/usr/apps/ASIEdgeManager/core/restart

Note: if you don’t want to use the password ‘postgres’ you will need to modify config.ini in /usr/apps/ASIEdgeManager/core

Possible Errors During Install

...