Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:install550 [2020/04/28 19:15]
joebordes [Install]
en:install550 [2021/03/24 18:13] (current)
joebordes
Line 2: Line 2:
 ===== Requirements ===== ===== Requirements =====
   * Apache 2.x or above.   * Apache 2.x or above.
-  * MySQL 5.x +  * MySQL 5.x and 8.x 
-  * PHP from 5.6.x to 7.4.x. PHP 7.is recommended.+  * PHP from 7.1.x to 7.4.x. PHP 7.is recommended.
 <WRAP center round info 75%> <WRAP center round info 75%>
 This is a typical **WAMP/LAMP stack**. All linux distributions have this natively so we recommend you install the packages from your distribution (make sure you have the right versions). On windows download the XAMPP stack from apache friends. You can see the [[http://​code.stephenmorley.org/​articles/​xampp-version-history-apache-mysql-php|list of application versions here]]. This is a typical **WAMP/LAMP stack**. All linux distributions have this natively so we recommend you install the packages from your distribution (make sure you have the right versions). On windows download the XAMPP stack from apache friends. You can see the [[http://​code.stephenmorley.org/​articles/​xampp-version-history-apache-mysql-php|list of application versions here]].
Line 43: Line 43:
 |register_globals|off| |register_globals|off|
 |request_order|GP| |request_order|GP|
 +
 +<WRAP center round info 85%>
 +The maximum size of file uploads is defined by the PHP **upload_max_filesize** directive. Remember to set this variable to accommodate the file size you need to upload. coreBOS has a Global Variable that can limit the upload BELOW this directive, never above, PHP defines the maximum limit.
 +
 +I normally set this variable to 32Mb
 +</​WRAP>​
  
 <WRAP center round info 85%> <WRAP center round info 85%>
Line 52: Line 58:
 suhosin.request.max_vars = 8000</​code>​ suhosin.request.max_vars = 8000</​code>​
  
-After this you must restart your apache server.+After thisyou must restart your apache server.
 </​WRAP>​ </​WRAP>​