Changes between Version 82 and Version 83 of ServerIntro
- Timestamp:
- Jun 27, 2014, 5:58:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v82 v83 225 225 You may need to add the GD library to your PHP; 226 226 otherwise volunteers won't be able to add images to their profiles. 227 Instructions are here: 227 You can do this with a command like 228 {{{ 229 sudo apt-get install php5-gd 230 }}} 231 then restart Apache: 232 {{{ 233 sudo /etc/init.d/apache2 restart 234 }}} 235 For more information: 228 236 http://www.php.net/manual/en/image.installation.php 229 237