Changes

Jump to navigation Jump to search
100 bytes added ,  11:20, 13 March 2016
m
→‎Set the PHP version for the ibay: libmcrypt dependency is in epel repo
Line 19: Line 19:  
Browse to the PHP-SCL versions panel in the server manager (if you don't see it, return to the [[PHP Software Collections]] page and complete the installation).  Select php55 as the version for your ibay.
 
Browse to the PHP-SCL versions panel in the server manager (if you don't see it, return to the [[PHP Software Collections]] page and complete the installation).  Select php55 as the version for your ibay.
   −
You will also need to install a PHP module which doesn't come installed as a default.  From the command line:
+
You will also need to install a PHP module which doesn't come installed as a default. This also requires libmcrypt, which is available from the [[epel]] repository. So you need to enable the [[epel]] repository first, then:
 +
  yum install libmcrypt --enablerepo=epel
 +
 
 +
Then from the command line:
 
  [root@e-smith ~]# '''yum --enablerepo=remi install php54-php-mcrypt php55-php-mcrypt php56-php-mcrypt'''
 
  [root@e-smith ~]# '''yum --enablerepo=remi install php54-php-mcrypt php55-php-mcrypt php56-php-mcrypt'''
   Line 104: Line 107:  
====Enable two-factor authentication====
 
====Enable two-factor authentication====
 
Two-factor authentication allows you to use Google Authenticator, or any compatible app or device, to further secure your installation by requiring a six-digit PIN that changes every 30 seconds.  You can require this for all users, or specific users.  Enabling this is part of the Joomla! configuration, and is not discussed here.
 
Two-factor authentication allows you to use Google Authenticator, or any compatible app or device, to further secure your installation by requiring a six-digit PIN that changes every 30 seconds.  You can require this for all users, or specific users.  Enabling this is part of the Joomla! configuration, and is not discussed here.
  −
Then you can enable two-factor authentication following the Joomla! documentation.
      
==Removing Joomla!==
 
==Removing Joomla!==

Navigation menu