Difference between revisions of "JReviews Pre-install requirements"

From JReviews Documentation
Jump to: navigation, search
(PHP)
(PHP)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
JReviews is compatible with:
 
JReviews is compatible with:
*Joomla! 3.8.x, 3.9.x, 4.0alpha
+
*Joomla! 3.9.x
*WordPress 4.9.x, 5.0
+
*WordPress 5.3.x
  
Furthermore, new releases of JReviews are only tested with the latest stable version of Joomla and so we can only guarantee compatibility with those versions at any given time.
+
New releases of JReviews are tested with the latest stable versions so we can only guarantee compatibility with those versions at any given time.
  
 
== PHP ==
 
== PHP ==
  
Required PHP Version: 7+
+
To run JReviews you'll need a server that meets the following requirements.
  
Required PHP Extensions:
+
* PHP >= 7.0
* json
+
* JSON PHP Extension
* mbstring
+
* Mbstring PHP Extension
* fileinfo
+
* CURL PHP Extension
* bcmath
+
* BCMath PHP Extension
* exif (exif_read_data)
+
* Exif PHP Extension
 +
* Fileinfo PHP Extension
 +
* GD Library or ImageMagick
  
'''upload_max_filesize''' in php.ini must be higher than 4M (for installation files to upload successfully).
+
To be able to install the packages '''upload_max_filesize''' in php.ini must be higher than 4M.
 +
 
 +
== Video and Audio Encoding ==
 +
 
 +
While JReviews allows, and makes it easy, to embed videos from YouTube, Vimeo, Daylomotion and Twitch; you can also build your own video and audio streaming platform by letting users upload these directly to your site.
 +
 
 +
JReviews has integrations with several cloud encoding services, which is the recommended solution to offload the resource requirements from your server. However, it also supports local encoding using FFMPEG. You'll need to consult your hosting company for help getting these installed on your server. JReviews requires the _libx264_ and _libmp3lame_ encoders for local encoding of audio and video.
 +
 
 +
For audio, it's possible to completely bypass encoding for MP3 files.
 +
 
 +
== Recommended Hosts ==
 +
 
 +
We recommend using [https://m.do.co/c/678bdcc2d669 Digital Ocean] or [https://www.vultr.com/?ref=7208333 Vultr] to host JReviews sites. We find they are much faster than shared hosting alternatives. ''These are affiliate links, but we wouldn't recommend these if we didn't use them ourselves''.
 +
 
 +
== Development Environments ==
 +
 
 +
If you are looking for options to develop locally on your own machine, we recommend using [MAMP](https://www.mamp.info/) for both Windows and Mac.
  
 
== Video Tutorial - How to check JReviews pre-install requirements ==
 
== Video Tutorial - How to check JReviews pre-install requirements ==

Latest revision as of 14:07, 21 March 2020

CMS

JReviews is compatible with:

  • Joomla! 3.9.x
  • WordPress 5.3.x

New releases of JReviews are tested with the latest stable versions so we can only guarantee compatibility with those versions at any given time.

PHP

To run JReviews you'll need a server that meets the following requirements.

  • PHP >= 7.0
  • JSON PHP Extension
  • Mbstring PHP Extension
  • CURL PHP Extension
  • BCMath PHP Extension
  • Exif PHP Extension
  • Fileinfo PHP Extension
  • GD Library or ImageMagick

To be able to install the packages upload_max_filesize in php.ini must be higher than 4M.

Video and Audio Encoding

While JReviews allows, and makes it easy, to embed videos from YouTube, Vimeo, Daylomotion and Twitch; you can also build your own video and audio streaming platform by letting users upload these directly to your site.

JReviews has integrations with several cloud encoding services, which is the recommended solution to offload the resource requirements from your server. However, it also supports local encoding using FFMPEG. You'll need to consult your hosting company for help getting these installed on your server. JReviews requires the _libx264_ and _libmp3lame_ encoders for local encoding of audio and video.

For audio, it's possible to completely bypass encoding for MP3 files.

Recommended Hosts

We recommend using Digital Ocean or Vultr to host JReviews sites. We find they are much faster than shared hosting alternatives. These are affiliate links, but we wouldn't recommend these if we didn't use them ourselves.

Development Environments

If you are looking for options to develop locally on your own machine, we recommend using [MAMP](https://www.mamp.info/) for both Windows and Mac.

Video Tutorial - How to check JReviews pre-install requirements

Checking PHP Info in the Joomla administration

Watch in HD on YouTube

Checking PHP Info in WordPress

In WordPress you can find a plugin that shows the PHP Info or you can create a new file "phpinfo.php" with the following code:

<?php phpinfo();?>

Place the file inside the /wp-admin folder and load it directly on your browser using:

domain.com/wp-admin/phpinfo.php