- In-portal has successfully been installed on your server.
- Click the button below to log into the site administration
- using the root password you just configured.
-
+ScanModules();
+ foreach ($modules as $module) {
+ echo sprintf($module_tpl, $module);
+ }
+?>
\ No newline at end of file
Index: trunk/core/install/step_templates/db_config.tpl
===================================================================
diff -u
--- trunk/core/install/step_templates/db_config.tpl (revision 0)
+++ trunk/core/install/step_templates/db_config.tpl (revision 6691)
@@ -0,0 +1,51 @@
+
+
Server Type*:
+
+
+
+
+
+
+
Hostname*:
+
+
+
+
+
+
+
Database Name*:
+
+
+
+
+
+
+
Database User Name*:
+
+
+
+
+
+
+
Database User Password:
+
+
+
+
+
+
+
Table Name Prefix:
+
+
+
+
\ No newline at end of file
Index: trunk/core/install/steps_db.xml
===================================================================
diff -u -r6685 -r6691
--- trunk/core/install/steps_db.xml (.../steps_db.xml) (revision 6685)
+++ trunk/core/install/steps_db.xml (.../steps_db.xml) (revision 6691)
@@ -12,7 +12,7 @@
The root user cannot be used to access the front-end of the system, so it is recommended that you
create additional users with admin privlidges.]]>
-
+
Select the In-Portal modules you wish to install. The modules listed to the right
are all modules included in this installation that are licensed to run on this server. ]]>
@@ -25,4 +25,19 @@
for the latest news, module releases and support.
*Make sure to clean your browser' cache after upgrading In-portal version
]]>
+
+ A Configuration file has been detected on your system and it appears In-Portal is correctly installed.
+ In order to work with the maintenance functions provided to the left you must provide the Intechnic
+ Username and Password you used when obtaining the license file residing on the server, or your admin Root password.
+ (Use Username 'root' if using your root password)
+
To removing your existing database and start with a fresh installation, select the first option
+ provided. Note that this operation cannot be undone and no backups are made! Use at your own risk.
+
If you wish to scrap your current installation and install to a new location, choose the second option.
+ If this option is selected you will be prompted for new database configuration information.
+
The Update License Information option is used to update your In-Portal license data. Select this option if you have
+ modified your licensing status with Intechnic, or you have received new license data via email
+
The Fix Paths option should be used when the location of the In-portal files has changed.
+ For example, if you moved them from one folder to another. It will update all settings and ensure the
+ program is operational at the new location.
]]>
+
\ No newline at end of file
Index: trunk/core/install/step_templates/check_paths.tpl
===================================================================
diff -u
--- trunk/core/install/step_templates/check_paths.tpl (revision 0)
+++ trunk/core/install/step_templates/check_paths.tpl (revision 6691)
@@ -0,0 +1,16 @@
+
+
+
%s
+
%s
+
+writeableFolders as $folder_path) {
+ $file_path = FULL_PATH.$folder_path;
+ $folder_status = is_writable($file_path) ? 'OK' : 'FAILED';
+ echo sprintf($folder_tpl, $file_path, $folder_status);
+ }
+?>
\ No newline at end of file
Index: trunk/core/install/step_templates/finish.tpl
===================================================================
diff -u
--- trunk/core/install/step_templates/finish.tpl (revision 0)
+++ trunk/core/install/step_templates/finish.tpl (revision 6691)
@@ -0,0 +1,7 @@
+
+
+ In-portal has successfully been installed on your server.
+ Click the button below to log into the site administration
+ using the root password you just configured.
+