Changes between Version 86 and Version 87 of ServerIntro
- Timestamp:
- Apr 15, 2015, 8:43:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v86 v87 225 225 === PHP configuration === 226 226 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. 227 You may need to add the GD and XML libraries to your PHP; 229 228 You can do this with a command like 230 229 {{{ 231 sudo apt-get install php5-gd 232 }}} 233 then restart Apache: 234 {{{ 235 sudo /etc/init.d/apache2 restart 236 }}} 230 yum install php-gd php-xml 231 }}} 232 then restart Apache. 233 237 234 For more information: 238 235 http://www.php.net/manual/en/image.installation.php