Project

General

Profile

Download (1.33 KB) Statistics
| Branch: | Tag: | Revision:
1
$Id$
2

    
3
REQUIREMENTS
4
------------------------------
5
Drupal Modules:
6

    
7
	- auto_nodetitle
8
	- cck (with cck_nodereference_views_fusion_47.patch)
9
	- cck_taxonomy_ssu
10
	- subform_element
11
	- taxonomy_xml
12
	- views
13
	- views_fusion
14

    
15

    
16
Drupal Modules which need to be patched:
17

    
18
	- Patch for cck_field_perms.module v 1.3.2.27 : 
19
	  	http://dev.e-taxonomy.eu/svn/trunk/Drupal/module_patches/cck_field_perms/cck_field_perms-views0.1.patch
20
	  	
21
	- Patch for nodefamily.module v 1.19.2.14
22
		http://dev.e-taxonomy.eu/svn/trunk/Drupal/module_patches/nodefamily/nodefamily_create-others-nodes.patch
23

    
24
INSTALL
25
------------------------------
26

    
27
1.) Import all taxonomies xml files from ./expertDB/resources/ 
28

    
29
When importing the taxonomies by the taxonomy_xml it is highly recommended that you set 
30
the max_execution_time and max_input_time in the php.ini to a value which is high  
31
enough to prevent from interrupting the import process. 
32
We use the following setting. Five Minutes of max_execution_time should be sufficient:
33

    
34
	max_execution_time = 300     
35
	max_input_time = 120
36
	
37

    
38
IMPORTANT: You must check the 'Allow duplicate terms' option when importing 
39
	- DAISIE taxonomy structure.import.xml
40
	- geography-ed2.import.xml 
41
	
42
Once all taxonomies are imported you should restore the former values of max_execution_time and max_input_time.  
(1-1/6)