diff --git a/pandora_console/install.php b/pandora_console/install.php deleted file mode 100644 index 1bc24f284d..0000000000 --- a/pandora_console/install.php +++ /dev/null @@ -1,1216 +0,0 @@ - - - -
-This wizard helps you to quick install Pandora FMS console and main database in your system.
-In four steps, this installer will check all dependencies and will create your configuration, ready to use.
-For more information, please refer to documentation.
- Pandora FMS Development Team
Pandora FMS is an OpenSource software project licensed under the GPL2 licence. Pandora FMS includes, as well, another software also licensed under LGPL and BSD licenses. Before continue, you must accept the licence terms.. -
For more information, please refer to our website at http://pandorafms.org and contact us if you have any kind of question about the usage of Pandora FMS
-If you dont accept the licence terms, please, close your browser and delete Pandora FMS files.
- "; - - if (!file_exists("COPYING")) { - echo ""; - echo "DB Engines"; - echo " | "; - echo " |
- This wizard will create your Pandora FMS database, - and populate it with all the data needed to run for the 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 anymore. -
-- You can also deploy the scheme into an existing Database. - In this case you need a privileged Database user and password of that instance. -
-- Now, please, complete all details to configure your database and environment setup. -
-Please, you will need to setup your Pandora FMS server, editing the /etc/pandora/pandora_server.conf file and set database password. |
Please correct failures before trying again. - All database "; - if ($engine == 'oracle') - $info .= "objects "; - else - $info .= "schemes "; - - $info .= "created in this step have been dropped.
-For security, you now must manually delete this installer - ('install.php') file before trying to access to your Pandora FMS console. -
You should also install Pandora FMS Servers before trying to monitor anything; - please read documentation on how to install it.
-Default user is 'admin' with password 'pandora', - please change it both as soon as possible.
-Don't forget to check http://pandorafms.com - for updates. -
-