It works!

You have successfully installed the AMPOS2 package.

For news about this package have a look at the AMP4eCS homepage.


Show PHP-Info to get detailed information about the installed PHP modules.

Show phpMyAdmin (if you have it installed during installation)
phpMyAdmin Homepage
CAUTION: You have to set a password for the root account to use phpMyAdmin 3.x.
See Securing the Initial MySQL Accounts for more information.
For a short summary:
Open the MySQL Console and type:
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd');
FLUSH PRIVILEGES;
QUIT;
For 'newpwd' fill in the password of your choice.