You are here

INSTALL.txt in Image 5.2

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 6 INSTALL.txt
  3. 7 INSTALL.txt
Image module installation instructions

1.) Copy this directory to a suitable modules directory, such as 
    sites/all/modules

2.) Enable the module at: Administer > Site building > Modules

3.) Configure the module settings at: Administer > Site configuration > Image

4.) Configure cron if you didn't do so already to have your temporary upload
    directory cleaned up. See http://drupal.org/cron for detailed instructions.

5.) To reduce load on your site from robots and to reduce duplicate content 
    from getting into the search engine, you can add the following line to 
    your robots.txt file in the root of your Drupal installation:
        Disallow: /*size=
    Note: wildcards may not be supported by all search engines. Confirm whether
    it will work for search engines important to you.

Image Gallery module installation instructions

1.) Enable the Image Gallery module at:
    Administer > Site building > Modules

2.) Create albums at: Administer > Content management > Image galleries


Image Attach module installation instructions

1.) Enable the Image Attach module at:
    Administer > Site building > Modules

2.) Configure Image attach at: 
    Administer > Site configuration > Image attach

3.) For each content type that you want to be able to attach images to, go to:
    Administer > Content management > Content types > Edit
    and review the Image attach settings for that content type.


Image Import module installation instructions

1.) Enable the Image Import module at:
    Administer > Site building > Modules

2.) Define the server directory that Image import will use at:
    Administer > Site configuration > Image import

3.) Decide what roles can use Image import at:
    Administer > User management > Access control


ImageMagick toolkit installation instructions

1.) If ImageMagick is installed, copy image.imagemagic.inc to
    Drupal's includes/ directory

2.) Enable and configure the toolkit at:
    Administer > Site configuration > Image toolkit

3.) Optionally enable the module ImageMagick Advanced Options at:
    Administer > Site building > Modules

    Once enabled, this module will add more conversion options at: 
    Administer > Site configuration > Image toolkit

suPHP notes

1.) If suPHP is used, either use the private download method or change the
    umask in /etc/suphp.conf to be 0000, as opposed to 0077. Please be aware
    of the security repercussions in doing this.

File

INSTALL.txt
View source
  1. Image module installation instructions
  2. 1.) Copy this directory to a suitable modules directory, such as
  3. sites/all/modules
  4. 2.) Enable the module at: Administer > Site building > Modules
  5. 3.) Configure the module settings at: Administer > Site configuration > Image
  6. 4.) Configure cron if you didn't do so already to have your temporary upload
  7. directory cleaned up. See http://drupal.org/cron for detailed instructions.
  8. 5.) To reduce load on your site from robots and to reduce duplicate content
  9. from getting into the search engine, you can add the following line to
  10. your robots.txt file in the root of your Drupal installation:
  11. Disallow: /*size=
  12. Note: wildcards may not be supported by all search engines. Confirm whether
  13. it will work for search engines important to you.
  14. Image Gallery module installation instructions
  15. 1.) Enable the Image Gallery module at:
  16. Administer > Site building > Modules
  17. 2.) Create albums at: Administer > Content management > Image galleries
  18. Image Attach module installation instructions
  19. 1.) Enable the Image Attach module at:
  20. Administer > Site building > Modules
  21. 2.) Configure Image attach at:
  22. Administer > Site configuration > Image attach
  23. 3.) For each content type that you want to be able to attach images to, go to:
  24. Administer > Content management > Content types > Edit
  25. and review the Image attach settings for that content type.
  26. Image Import module installation instructions
  27. 1.) Enable the Image Import module at:
  28. Administer > Site building > Modules
  29. 2.) Define the server directory that Image import will use at:
  30. Administer > Site configuration > Image import
  31. 3.) Decide what roles can use Image import at:
  32. Administer > User management > Access control
  33. ImageMagick toolkit installation instructions
  34. 1.) If ImageMagick is installed, copy image.imagemagic.inc to
  35. Drupal's includes/ directory
  36. 2.) Enable and configure the toolkit at:
  37. Administer > Site configuration > Image toolkit
  38. 3.) Optionally enable the module ImageMagick Advanced Options at:
  39. Administer > Site building > Modules
  40. Once enabled, this module will add more conversion options at:
  41. Administer > Site configuration > Image toolkit
  42. suPHP notes
  43. 1.) If suPHP is used, either use the private download method or change the
  44. umask in /etc/suphp.conf to be 0000, as opposed to 0077. Please be aware
  45. of the security repercussions in doing this.