Difference between revisions of "Installing Geeklog:System Requirements"

From GeeklogWiki
Jump to: navigation, search
(Installation - System Requirements)
(Installation - System Requirements)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Installation - System Requirements ==
 
== Installation - System Requirements ==
  
The system requirements for installing Geeklog 1.8.2 and later are as follows:
+
The system requirements for installing Geeklog v2.2.2 (the last time the requirements changed) and later are as follows:
  
 
# Web server - one of the following
 
# Web server - one of the following
 
## Apache Web Server
 
## Apache Web Server
 
## Microsoft IIS (Internet Information Server)
 
## Microsoft IIS (Internet Information Server)
## Zeus
+
# PHP v5.6.4 or higher (including PHP v8.1) with the following extensions
# PHP 5.2.0 or higher
 
 
## mbstring Extension
 
## mbstring Extension
 
## bzip2 Extension
 
## bzip2 Extension
 
## mysql or mysqli Extension (To enable MySQL support)
 
## mysql or mysqli Extension (To enable MySQL support)
 +
## pgsql Extension (To enable Postgresql support)
 
## OpenSSL Extension (To enable the Geeklog OAuth Login process)
 
## OpenSSL Extension (To enable the Geeklog OAuth Login process)
 +
## JSON Extension (For Filemanager and Database tools)
 +
## fileinfo (To enable thumbnail creation of images in articles) (for IIS only as fileinfo is integrated into Apache)
 +
## cURL (Not required but recommended for the reCaptcha plugin)
 
# Database server - one of the following
 
# Database server - one of the following
## MySQL 4.1.2 or higher (MySQL 5 recommended)
+
## MySQL 4.1.3 or higher (MySQL 5 recommended)
## Microsoft SQL Server 2000 or later
 
 
## Postgresql 9.1.7 or later
 
## Postgresql 9.1.7 or later
 
# The ability to create a new database or to have access to an existing one
 
# The ability to create a new database or to have access to an existing one

Latest revision as of 17:22, 27 September 2022

Installation - System Requirements

The system requirements for installing Geeklog v2.2.2 (the last time the requirements changed) and later are as follows:

  1. Web server - one of the following
    1. Apache Web Server
    2. Microsoft IIS (Internet Information Server)
  2. PHP v5.6.4 or higher (including PHP v8.1) with the following extensions
    1. mbstring Extension
    2. bzip2 Extension
    3. mysql or mysqli Extension (To enable MySQL support)
    4. pgsql Extension (To enable Postgresql support)
    5. OpenSSL Extension (To enable the Geeklog OAuth Login process)
    6. JSON Extension (For Filemanager and Database tools)
    7. fileinfo (To enable thumbnail creation of images in articles) (for IIS only as fileinfo is integrated into Apache)
    8. cURL (Not required but recommended for the reCaptcha plugin)
  3. Database server - one of the following
    1. MySQL 4.1.3 or higher (MySQL 5 recommended)
    2. Postgresql 9.1.7 or later
  4. The ability to create a new database or to have access to an existing one