Index: branches/5.2.x/core/install/steps_db.xml =================================================================== diff -u -N -r14244 -r14842 --- branches/5.2.x/core/install/steps_db.xml (.../steps_db.xml) (revision 14244) +++ branches/5.2.x/core/install/steps_db.xml (.../steps_db.xml) (revision 14842) @@ -100,6 +100,53 @@ ]]> + + These are system advanced settings and must be changed with caution. It's not recommended to + change these settings unless you exactly know what you are doing. These settings will be stored in system/config.php + file and can be changed manually if needed.

+
+ +

Web Path to Installation - web path to the root of your In-Portal installation. For example, + if your In-Portal will be running at http://www.your-website.com, then Web Path to Installation should be set to / + since In-Portal is setup in the root of the domain. In case if your In-Portal will be running under + http://www.your-website.com/in-portal/, then it should be set to /in-portal (no trailing slash). This setting is auto-detected during the + initial installation step, but can be adjusted at Installation Maintenance step.

+ +

Path to Writable folder - path to a folder inside your In-Portal installation which can be accessed from the Web + and has writable permissions for the web server. This folder will be used to store dynamic content such as + uploaded and resized images, cached templates and other types of user files. The default value is /system.

+ +

Path to Restricted folder - path to a folder inside or outside your In-Portal installation which will + used to store debug files, system logs and other non-public information. This folder must be writable by the web-server + and can be located outside of your In-Portal installation if needed. The default value is /system/.restricted .

+ +

Path to Admin folder - web path to your In-Portal Admin Console folder. The default value is set to + /admin and your Admin Console will be accessible at http://www.your-website.com/admin. + In case if you want your Admin Console to be under http://www.your-website.com/secure-admin (or anything else) + you'll need to rename original admin folder to secure-admin on your filesystem and then set this path to /secure-admin .

+ +

Path to Admin Interface Presets folder - path to a folder inside your In-Portal installation + contains Admin Interface Presets. The default value is /admin .

+ +

Name of Base Application Class - default value is kApplication and can change very rarely.

+ +

Path to Base Application Class file - default value is /core/kernel/application.php and can change very rarely.

+ +

Output Caching Engine - provides ability to cache HTML output or other data using various caching engines to + lower the database load. The default value is set to None if no available engines detected. Available options are: + None (Fake), Memcached (Memcache), XCache (XCache) and Alternative PHP Cache (Apc). + Note that only auto-detected caching engines will be available for selection.

+ +

Location of Memcache Servers - host or IP address with port where Memcached Server is running. + Multiple locations of can be listed separated by semi-colon (;). For example, 192.168.1.1:1121;192.168.1.2:1121;192.168.1.3:1121 .

+ +

CSS/JS Compression Engine - provides minification + functionality for CSS / Javascript files. The default value is set to PHP-based if no Java is auto-detected on server-side. + Available options are: None (empty), YUICompressor (Java) (yui) and PHP-based (php) .

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

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

@@ -160,9 +207,4 @@ 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. - 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