This wizard helps you to quick install Pandora FMS console in your system.
In three steps checks all dependencies and make your configuration for a quick installation.
For more information, please refer to documentation.
Pandora FMS Development team "; if (file_exists("include/config.php")){ echo "Warning: You already have a config.php file. Configuracion and database would be overwritten if you continue.
"; } echo "You have some uncomplete dependencies. Please correct it or this installer could not finish your installation.
Ignore it. Force install Step #3"; } else { echo ""; } echo "This wizard will create your Pandora FMS database, and populate it with data needed to run for first time. You need a privileged user to create database schema, this is usually root user. Information about root user will not be used or stored for anymore.
Now, please, complete all details to configure your database and enviroment setup
Please correct failures before trying again. All database schemes created in this step have been dropped.
"; if (mysql_error() != "") echo "ERROR: ". mysql_error()."
"; mysql_query ("DROP DATABASE $db_name"); } echo "You now must delete manually this installer for security, ('install.php') and rename your new config file '".$pandora_config."' to 'config.php' before trying to access to your Pandora FMS console.
Don't forget to check http://pandora.sourceforge.net for updates.