In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

View Revisions: Issue #969 All Revisions ] Back to Issue ]
Summary 0000969: New "System Configuration" installation step
Revision 2011-12-02 05:03:06 by alex
Description For In-Portal 5.2.0 we are proposing to add new System Configuration step to Installation process + Update System Configuration option for "Installation Maintenance" (to make changes after the installation). The purpose of this step would be to manage System Settings which can't be saved in the Database due to code architecture and must be accessible before connection to the database for better performance.

Below is description of how it can work.


1. New Installation:

Add System Configuration step (after Basic Configuration step) and make this step to be visible ONLY when Debugger is ON.

It will list the following variable (all MUST be saved in system/config.php):

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string)
ApplicationPath (string)
CacheHandler (drop-down with current options), auto-detect (try to check from more powerful to less powerful in following order: Memcache <- XCache <- APC)
MemcacheServers (string, default "localhost:11211")
CompressionEngine (drop-down with None, PHP-based, YUICompressor (Java), Auto-Detected by default)


2. Installation Maintenance:


Add Update System Configuration option after Update License Information option.

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string, visible with Debug ON)
ApplicationPath (string, visible with Debug ON)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")
CompressionEngine (drop-down with None, PHP-based, YUICompressor (Java), Auto-Detected by default)

NOTE: remove variable definition from config.php file, when entered value matches default one.



Description (right hand side) for this new section can read something like this:

These are system advanced settings and must be changed with caution. It's not recommended to change these settings unless you know what you are doing. These settings will be stored in system/config.php file and can be changed manually if needed.
Revision 2011-09-23 06:51:45 by alex
Description For In-Portal 5.2.0 we are proposing to add new System Configuration step to Installation process + Update System Configuration option for "Installation Maintenance" (to make changes after the installation). The purpose of this step would be to manage System Settings which can't be saved in the Database due to code architecture and must be accessible before connection to the database for better performance.

Below is description of how it can work.


1. New Installation:

Add System Configuration step (after Basic Configuration step) and make this step to be visible ONLY when Debugger is ON.

It will list the following variable (all MUST be saved in system/config.php):

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string)
ApplicationPath (string)
CacheHandler (drop-down with current options), auto-detect (try to check from more powerful to less powerful in following order: Memcache <- XCache <- APC)
MemcacheServers (string, default "localhost:11211")
CompressionEngine (drop-down with None, JavaScript, Java based and auto-detected by default)


2. Installation Maintenance:


Add Update System Configuration option after Update License Information option.

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string, visible with Debug ON)
ApplicationPath (string, visible with Debug ON)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")
CompressionEngine (drop-down with None, JavaScript, Java based and auto-detected by default)

NOTE: remove variable definition from config.php file, when entered value matches default one.



Description (right hand side) for this new section can read something like this:

These are system advanced settings and must be changed with caution. It's not recommended to change these settings unless you know what you are doing. These settings will be stored in system/config.php file and can be changed manually if needed.
Revision 2011-09-11 23:26:14 by Dmitry
Description For In-Portal 5.2.0 we are proposing to add new System Configuration step to Installation process + Update System Configuration option for "Installation Maintenance" (to make changes after the installation). The purpose of this step would be to manage System Settings which can't be saved in the Database due to code architecture and must be accessible before connection to the database for better performance.

Below is description of how it can work.


1. New Installation:

Add System Configuration step (after Basic Configuration step) and make this step to be visible ONLY when Debugger is ON.

It will list the following variable (all MUST be saved in system/config.php):

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string)
ApplicationPath (string)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")
CompressionEngine (drop-down with None, JavaScript, Java based and auto-detected by default)


2. Installation Maintenance:


Add Update System Configuration option after Update License Information option.

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string, visible with Debug ON)
ApplicationPath (string, visible with Debug ON)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")
CompressionEngine (drop-down with None, JavaScript, Java based and auto-detected by default)

NOTE: remove variable definition from config.php file, when entered value matches default one.



Description (right hand side) for this new section can read something like this:

These are system advanced settings and must be changed with caution. It's not recommended to change these settings unless you know what you are doing. These settings will be stored in system/config.php file and can be changed manually if needed.
Revision 2011-02-21 12:18:33 by Dmitry
Description For In-Portal 5.2.0 we are proposing to add new System Configuration step to Installation process + Update System Configuration option for "Installation Maintenance" (to make changes after the installation). The purpose of this step would be to manage System Settings which can't be saved in the Database due to code architecture and must be accessible before connection to the database for better performance.

Below is description of how it can work.


1. New Installation:

Add System Configuration step (after Basic Configuration step) and make this step to be visible ONLY when Debugger is ON.

It will list the following variable (all MUST be saved in system/config.php):

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string)
ApplicationPath (string)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")


2. Installation Maintenance:


Add Update System Configuration option after Update License Information option.

WebsitePath (string, default to current installation path)
WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string, visible with Debug ON)
ApplicationPath (string, visible with Debug ON)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")

NOTE: remove variable definition from config.php file, when entered value matches default one.



Description (right hand side) for this new section can read something like this:

These are system advanced settings and must be changed with caution. It's not recommended to change these settings unless you know what you are doing. These settings will be stored in system/config.php file and can be changed manually if needed.
Revision 2011-01-18 22:03:33 by Dmitry
Description For In-Portal 5.2.0 we are proposing to add new System Configuration step to Installation process + Update System Configuration option for "Installation Maintenance" (to make changes after the installation). The purpose of this step would be to manage System Settings which can't be saved in the Database due to code architecture and must be accessible before connection to the database for better performance.

Below is description of how it can work.


1. New Installation:

Add System Configuration step (after Basic Configuration step) and make this step to be visible ONLY when Debugger is ON.

It will list the following variable (all MUST be saved in system/config.php):

WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string)
ApplicationPath (string)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")



2. Installation Maintenance:


Add Update System Configuration option after Update License Information option.

WriteablePath (string, default "/system")
AdminDirectory (string, default "/admin")
AdminPresetsDirectory (string, default "/admin")
ApplicationClass (string, visible with Debug ON)
ApplicationPath (string, visible with Debug ON)
CacheHandler (drop-down with current options)
MemcacheServers (string, default "localhost:11211")


NOTE: remove variable definition from config.php file, when entered value matches default one.



Description (right hand side) for this new section can read something like this:

These are system advanced settings and must be changed with caution. It's not recommended to change these settings unless you know what you are doing. These settings will be stored in system/config.php file and can be changed manually if needed.



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker