| 1 |
This is a Hebrew profile for Drupal installation.
|
| 2 |
|
| 3 |
In order to utilize it fully, one should follow the steps below:
|
| 4 |
|
| 5 |
== Install Drupal ==
|
| 6 |
* Download and extract drupal-5.1
|
| 7 |
* Create the directories 'sites/all/modules' and 'sites/all/themes'
|
| 8 |
|
| 9 |
== Copy Installation Profile ==
|
| 10 |
|
| 11 |
* Copy this directory onto the 'profiles/' directory
|
| 12 |
* Rename the file 'he.po.txt' to 'he.po'
|
| 13 |
|
| 14 |
== The autolocale module ==
|
| 15 |
|
| 16 |
* Download from 'http://drupal.org/project/autolocale' (NOTE: currently, there is no available download link on that page. You will have to download the module from the CVS until this is fixed)
|
| 17 |
* Copy the autolocale directory onto 'sites/all/modules'
|
| 18 |
|
| 19 |
== Hebrew translation ==
|
| 20 |
* Download and extract latest Hebrew translation from 'http://drupal.org/project/he'
|
| 21 |
* Copy the file he.po from the translation onto 'sites/all/modules/autolocale/po/drupal-<version>.he.po'
|
| 22 |
* Copy the file installer.po onto 'sites/all/modules/autolocale/po/installer-<version>.he.po'
|
| 23 |
|
| 24 |
== Garlandrtl theme ==
|
| 25 |
* Download the theme from 'http://drupal.org/project/garlandrtl'
|
| 26 |
* Copy the garlandrtl directory onto 'sites/all/themes/'
|
| 27 |
|
| 28 |
== Final fixes ==
|
| 29 |
This last step adds a few rtl-css files for use during the installation, and also make sure Hebrew is automatically chosen and drupalhe profile upon installation
|
| 30 |
|
| 31 |
* run the following from the drupal main directory:
|
| 32 |
|
| 33 |
patch -p1 < profiles/drupalhe/drupalhe.diff.txt
|
| 34 |
|
| 35 |
(For installation on a system other than Un*x, consult Google on how to apply
|
| 36 |
a diff file).
|
| 37 |
|