/[drupal]/contributions/modules/image/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/image/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.15 - (show annotations) (download)
Thu Jan 15 02:10:52 2009 UTC (10 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA6, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-ALPHA5, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Changes since 1.14: +2 -2 lines
File MIME type: text/plain
#309872 by brenda003, sun: Fixed link to Image Import settings page.
1 Image module installation instructions
2
3 1.) Copy this directory to a suitable modules directory, such as
4 sites/all/modules
5
6 2.) Enable the module at: Administer > Site building > Modules
7
8 3.) Configure the module settings at: Administer > Site configuration > Image
9
10 4.) Configure cron if you didn't do so already to have your temporary upload
11 directory cleaned up. See http://drupal.org/cron for detailed instructions.
12
13 5.) To reduce load on your site from robots and to reduce duplicate content
14 from getting into the search engine, you can add the following line to
15 your robots.txt file in the root of your Drupal installation:
16 Disallow: /*size=
17 Note: wildcards may not be supported by all search engines. Confirm whether
18 it will work for search engines important to you.
19
20 Image Gallery module installation instructions
21
22 1.) Enable the Image Gallery module at:
23 Administer > Site building > Modules
24
25 2.) Create albums at: Administer > Content management > Image galleries
26
27
28 Image Attach module installation instructions
29
30 1.) Enable the Image Attach module at:
31 Administer > Site building > Modules
32
33 2.) Configure Image attach at:
34 Administer > Site configuration > Image attach
35
36 3.) For each content type that you want to be able to attach images to, go to:
37 Administer > Content management > Content types > Edit
38 and review the Image attach settings for that content type.
39
40
41 Image Import module installation instructions
42
43 1.) Enable the Image Import module at:
44 Administer > Site building > Modules
45
46 2.) Define the server directory that Image import will use at:
47 Administer > Site configuration > Image > Image import
48
49 3.) Decide what roles can use Image import at:
50 Administer > User management > Permissions
51
52
53 ImageMagick toolkit installation instructions
54
55 1.) If ImageMagick is installed, copy image.imagemagic.inc to
56 Drupal's includes/ directory
57
58 2.) Enable and configure the toolkit at:
59 Administer > Site configuration > Image toolkit
60
61 3.) Optionally enable the module ImageMagick Advanced Options at:
62 Administer > Site building > Modules
63
64 Once enabled, this module will add more conversion options at:
65 Administer > Site configuration > Image toolkit
66
67 suPHP notes
68
69 1.) If suPHP is used, either use the private download method or change the
70 umask in /etc/suphp.conf to be 0000, as opposed to 0077. Please be aware
71 of the security repercussions in doing this.

  ViewVC Help
Powered by ViewVC 1.1.2