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