Rename sites directory to be the new config repository

This commit is contained in:
Manuel Cillero 2017-08-09 09:01:23 +02:00
parent 006992b900
commit 433e7eec80
31 changed files with 196 additions and 216 deletions

View file

@ -2,8 +2,7 @@ INSTALLATION
------------
Decompress the print-n.x-n.n.tar.gz file into your Drupal modules
directory (usually sites/all/modules, see http://drupal.org/node/176044 for
more information).
directory.
Enable the print module: Administer > Site building > Modules
(admin/build/modules)
@ -18,7 +17,7 @@ their maintainers. DO NOT report bugs in those tools in the print module's
issue queue at Drupal.org.
supported paths:
* print module lib directory (usually sites/all/modules/print/lib)
* print module lib directory (usually modules/print/lib)
* libraries directory (libraries)
dompdf support:
@ -65,8 +64,7 @@ wkhtmltopdf support:
version may require a running X server (static uses patched libs that can
work without one).
2. Place the wkhtmltopdf executable into one of the supported paths.
(usually sites/all/modules/print/lib). You can also place a symbolic link
to the executable.
(usually libraries). You can also place a symbolic link to the executable.
3. Check http://code.google.com/p/wkhtmltopdf/ for further information.
UPDATE