Index: branches/5.1.x/core/install/steps_db.xml =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/install/steps_db.xml (.../steps_db.xml) (revision 12127) +++ branches/5.1.x/core/install/steps_db.xml (.../steps_db.xml) (revision 12657) @@ -1,90 +1,162 @@ - + - normally "localhost"), Database user name, and database Password. - These fields are required to connect to the database.

If you would like In-Portal - to use a table prefix, enter it in the field provided. This prefix can be any - text which can be used in the names of tables on your system. The characters entered in this field - are placed before the names of the tables used by In-Portal. For example, if you enter "inp_" - into the prefix field, the table named Category will be named inp_Category.

]]> + Database Hostname - IP or hostname of your database server (normally "localhost").

+ +

Database Name - name of the database where In-Portal will be installed.

+

Database User Name - name of the user for selected database.

+

Database User Password - password for selected username.

+

Database Collation - character set used to store data in text fields (normally "utf8_general_ci").

+

Prefix for Table Names - specified when multiple scripts will be run in the same database. + Prefix can be any text string allowed in table naming by your database engine (normally "inp_").

+

Use existing In-Portal installation setup in this Database - select "Yes" + if you already have In-Portal installed in this database and want to use it. Select "No" in all other cases.

+ ]]>
- A License is required to run In-Portal on a server connected to the Internet. - You can run In-Portal on localhost, non-routable IP addresses, or other computers on your LAN. - If Intechnic has provided you with a license file, upload it here. Otherwise select the first - option to allow Install to download your license for you.

If a valid license has been - detected on your server, you can choose the Use Existing License and continue - the installation process

]]> + In-Portal is an Open Source object-oriented framework that is developed in PHP + and provides a quick and easy way to build websites and web applications.

+ +

In-Portal is copyrighted and distributed under GPLv2 license.

+ +

GPL / Open Source License - by downloading and installing In-Portal + under GPLv2 license you understand and agree to all terms of the + GPLv2 license.

+ +

Upload License File - if you have obtained Commercial + Modules + or Support + from Intechnic you will be provided with a license file, upload it here.

+ +

Use Existing License - if a valid license has been detected on your server, + you can choose this option and continue the installation process.

]]>
- A License is required to run In-Portal on a server connected to the Internet. You - can run In-Portal on localhost, non-routable IP addresses, or other computers on your LAN.

-

Here as you have selected download license from Intechnic you have to input your username - and password of your In-Business account in order to download all your available licenses.

]]> + In-Portal is an Open Source object-oriented framework that is developed in PHP + and provides a quick and easy way to build websites and web applications.

+ +

In-Portal is copyrighted and distributed under GPLv2 license.

+ +

GPL / Open Source License - by downloading and installing In-Portal + under GPLv2 license you understand and agree to all terms of + GPLv2 license.

+ +

Download from Intechnic Servers - if you have obtained Commercial + Modules + or Support + from Intechnic you will be provided with a license, specify your Username and Password in order to download the license.

]]>
- Select the domain you wish to configure In-Portal for. The Other option can be - used to configure In-Portal for use on a local domain.

For local domains, enter the hostname or - LAN IP Address of the machine running In-Portal.

]]> + Select the domain you wish to install In-Portal on.

+ +

The Other option can be used to install In-Portal other custom domains. Note that your web server should match entered domain name.

]]>
- The Root Password is initially required to access the admin sections of In-Portal. - 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.

]]> + The Root Password is initially required to access the Admin Console of In-Portal. + The root user can NOT be used to access the Front-end of your In-Portal website.

+ +

Once installation is completed it's highly recommented to 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.

]]> + + Current step lists all In-Portal Modules that were found on your server and can be installed now.

+ +

Additional In-Portal Modules can be found and downloaded here.

+ +

While In-Portal Community constantly works on improving In-Portal by creating new functionality and releasing new modules we are always looking for new ideas and Your help so we can make In-Portal even better software!

]]>
- Write
Shows folder and files, that write permissions should be adjusted - to allow web server to write data into them.]]> + In-Portal Installer checks through the system folders and files that require write permissions (777) to be set in order to run successfully In-Portal on your website.

+ +

In case if you see a Failure notice saying that In-Portal Installation cannot continue until all permissions are set correctly please continue reading below.

+ +

Permissions can be set by using FTP program or directly in shell running "chmod" command. Please refer to the following guide to learn how to set permissions using your FTP program. In case if you have access to shell in your account you can simply run fix_perms.sh files located in /tools folder or do

+    # chmod -R 777 ../system ../themes ../config.php

+ +

Security reasons you will be asked to change permissions back to 755 on /config.php file and root / folder of In-Portal on the last step of this installation process!

+ ]]>
- - These options define the general operation of In-Portal. Items listed here are - required for In-Portal's operation.

When you have finished, click save to - continue.

]]> + + Adjust Basic Configuration settings on this step.

+ +

Once your In-Portal is installed you can login into Admin Console to change these and other settings. The Configuration section is located in main navigation menu.

+
+

Additional Recommendations:

+ +

1. Use Cron (UNIX/BSD/Linux) or Task Scheduler (Windows) to run Regular Events in your In-Portal.
+ It's highly recommended to setup your cron to run every minute so all system events that are enabled will run in the background based on their schedule. These events can be managed in Admin Console via Configuration -> Website -> Agents section. +

In-Portal cron file is located in /tools/cron.php folder and can be setup using hosting Control Panel or manually. In Plesk or CPanel interfaces use dialog to add a new cron job and specify the following (use correct paths)
+    /absolute/path/to/bin/php -f /absolute/path/to/in-portal/tools/cron.php

+ +

2. Adjust Agents
+ As was explained in the previous recommendation there is a Configuration -> Website -> Agents section where you can control Events triggered by the system. These events do their job to cleanup the data, old image files, check the data integrity, RSS feeds and other processes required for your In-Portal to run efficiently. We do recommend to review and enable/disable these events based on your website needs.

+

3. Set Mail Server
+ It's recommended to review and adjust your mail server settings once your In-Portal is up and running. This can be done in Admin Console under Configuration -> Website -> Advanced section.

+ +

We strongly recommend carefully reviewing and adjusting all settings under Configuration -> Website section!

+ + ]]>
- This theme will be used whenever a front-end session is started. if you intend to - upload a new theme and use that as default, you can do so through the admin at a later date. - A default theme is required for session management.

]]> + Selected theme will be used as a default in your In-Portal website.

+

You can manage your themes in Admin Console via Configuration -> Website -> Themes section.

]]>
+ + In-Portal Installer performs final security checks on this step.

+ +

1. Write Permissions Check - checks whether critical In-Portal files are open for the outside world and can be used by hackers to attack your websites. You won't be able to continue until you correctly set these permissions!

+ +

2. Ability to Execute PHP in Writable Folders - checks if hackers can save and execute PHP files in your /system + folder used for the uploads.While it's recommended to adjust these settings you can continue In-Portal Installation without changing them.

+

3. Webserver PHP Configuration - additional suggestions how to make your website even more secure. While it's recommended to adjust these settings you can continue In-Portal Installation without changing them.

+ + ]]> +
- Thanks for using In-Portal! Be sure to visit www.in-portal.net - for the latest news, module releases and support.

-

*Make sure to clean your browser' cache after upgrading In-portal version

]]> + Thank you for downloading and installing In-Portal Content Management System!

+ +

Feel free to visit www.in-portal.net for support, latest news and module updates.

+

Please make sure to clean your Browser's Cache if you were performing the upgrade.

]]>
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. + In order to work with the maintenance functions provided to the left you must enter your admin Root password. + (Use Username 'root' if using your root password)

+ +

Upgrade In-Portal - available when you upload files from new In-Portal release into + your current installation. Upgrade scripts will run and upgrade your current In-Portal database to the uploaded version.

+ +

Reinstall In-Portal - cleans out your existing In-Portal database and starts with a fresh installation. + Note that this operation cannot be undone and no backups are made! Use at your own risk.

+ +

Install In-Portal to a New Database - keeps the existing installation and installs In-Portal to a new database. 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.

]]> + +

Update License Information - used to update your In-Portal license data. Select this option if you have + modified your licensing status with Intechnic (obtained commercial support or module), or you have received new license data via email.

+

Update Database Configuration - allows you to update your current database configuration variables such as + database server host, username, password and others.

+ +

Update Installation Paths - should be used when the location of your In-Portal files has changed. + For example, if you moved them from one folder to another. It will update all settings and ensure In-Portal + is operational at the new location.

]]>
Select modules from the list, you need to update to the last downloaded version of In-Portal

]]>
- + In-Portal needs to connect to your Database Server. Please provide the database server type*, host name (normally "localhost"), Database user name, and database Password. These fields are required to connect to the database.

If you would like In-Portal to use a table prefix, enter it in the field provided. This prefix can be any text which can be used in the names of tables on your system. The characters entered in this field are placed before the names of the tables used by In-Portal. For example, if you enter "inp_" into the prefix field, the table named Category will be named inp_Category.

]]>
- - Fix Paths option should be used when the location of the In-portal files has changed. + + 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.]]>