Changes between Version 86 and Version 87 of ServerIntro


Ignore:
Timestamp:
Apr 15, 2015, 8:43:01 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v86 v87  
    225225=== PHP configuration ===
    226226
    227 You may need to add the GD library to your PHP;
    228 otherwise volunteers won't be able to add images to their profiles.
     227You may need to add the GD and XML libraries to your PHP;
    229228You can do this with a command like
    230229{{{
    231 sudo apt-get install php5-gd
    232 }}}
    233 then restart Apache:
    234 {{{
    235 sudo /etc/init.d/apache2 restart
    236 }}}
     230yum install php-gd php-xml
     231}}}
     232then restart Apache.
     233
    237234For more information:
    238235http://www.php.net/manual/en/image.installation.php