From 27fd51e12d9c35b0910e6dac6815a131c6a8fb16 Mon Sep 17 00:00:00 2001 From: steinm Date: Wed, 27 Jul 2011 07:54:46 +0000 Subject: [PATCH] - introductory text --- install/index.php | 16 ++++++++++++++++ languages/English/lang.inc | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 install/index.php diff --git a/install/index.php b/install/index.php new file mode 100644 index 000000000..7df2b649d --- /dev/null +++ b/install/index.php @@ -0,0 +1,16 @@ +".getMLText('settings_install_welcome_title').""; +echo "
".getMLText('settings_install_welcome_text')."
"; +echo '

' . getMLText("settings_start_install") . '

'; +UI::contentContainerEnd(); +UI::htmlEndPage(); +?> diff --git a/languages/English/lang.inc b/languages/English/lang.inc index 3e38b1046..674087eda 100644 --- a/languages/English/lang.inc +++ b/languages/English/lang.inc @@ -375,6 +375,9 @@ $text["sequence"] = "Sequence"; $text["set_expiry"] = "Set Expiry"; $text["set_owner_error"] = "Error setting owner"; $text["set_owner"] = "Set Owner"; +$text["settings_install_welcome_title"] = "Welcome to the installation of letoDMS"; +$text["settings_install_welcome_text"] = "

Before you start to install letoDMS make sure you have created a file 'ENABLE_INSTALL_TOOL' in your configuration directory, otherwise the installation will not work. On Unix-System this can easily be done with 'touch conf/ENABLE_INSTALL_TOOL'. After you have finished the installation delete the file.

letoDMS has very minimal requirements. You will need a mysql database and a php enabled web server. For the lucene full text search, you will also need the Zend framework installed on disk where it can be found by php. Starting with version 3.2.0 of letoDMS ADOdb will not be part of the distribution anymore. Get a copy of it from http://adodb.sourceforge.net and install it. The path to it can later be set during installation.

If you like to create the database before you start installation, then just create it manually with your favorite tool, optionally create a database user with access on the database and import one of the database dumps in the configuration directory. The installation script can do that for you as well, but it will need database access with sufficient rights to create databases.

"; +$text["settings_start_install"] = "Start installation"; $text["settings_activate_module"] = "Activate module"; $text["settings_activate_php_extension"] = "Activate PHP extension"; $text["settings_adminIP"] = "Admin IP";