Changes between Version 82 and Version 83 of ServerIntro


Ignore:
Timestamp:
Jun 27, 2014, 5:58:50 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v82 v83  
    225225You may need to add the GD library to your PHP;
    226226otherwise volunteers won't be able to add images to their profiles.
    227 Instructions are here:
     227You can do this with a command like
     228{{{
     229sudo apt-get install php5-gd
     230}}}
     231then restart Apache:
     232{{{
     233sudo /etc/init.d/apache2 restart
     234}}}
     235For more information:
    228236http://www.php.net/manual/en/image.installation.php
    229237