Project

General

Profile

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

    
3
REQUIREMENTS
4
==========================================================
5

    
6
Drupal Modules:
7
----------------------------------------------------------
8
  activeselect (activeselect-5.x-1.0.tar.gz)
9
  admin_menu  
10
  auto_nodetitle (auto_nodetitle-5.x-1.0.tar.gz)
11
  captcha
12
  captcha_pack (captcha_pack-5.x-1.1.tar.gz)
13
  cck (cck-5.x-1.6-1.tar.gz with cck_nodereference_views_fusion_47.patch)
14
  cck_field_perms (cck_field_perms-5.x-1.10.tar.gz)
15
  cck_taxonomy (cck_taxonomy-5.x-1.2.tar.gz)
16
  cck_taxonomy_ssu
17
  contemplate
18
  content_access
19
  date (date-5.x-1.6.tar.gz)
20
  devel (devel-5.x-1.x-dev.tar.gz) - not essentially required, however useful for administration.
21
  invisimail (invisimail-5.x-1.0.tar.gz)
22
  jquery_plugin (jquery_plugin-5.x-1.3.tar.gz)
23
  jquery_update
24
  jstools
25
  location
26
  nodefamily (nodefamily-5.x-1.3.tar.gz)
27
  nodeprofile (nodeprofile-5.x-1.2.tar.gz)
28
  roleassign
29
  sitedoc - not essentially required, however useful for administration.
30
  smtp
31
  subform_element (subform_element-5.x-1.4.tar.gz)
32
  taxonomy_menu
33
  taxonomy_xml
34
  textfield_autocomplete
35
  tinymce
36
  token (token-5.x-1.9.tar.gz)
37
  usernode (usernode-5.x-1.4.tar.gz)
38
  views (views-5.x-1.6.tar.gz)
39
  views_fusion (views_fusion-5.x-1.2.tar.gz)
40
  
41

    
42
Some Drupal Modules which need to be patched 
43

    
44
  see ./module-patches for patches
45

    
46
Additional patches found not shipped with the expertsdb module:
47

    
48
	- Patch for cck_field_perms.module v 1.3.2.27 : 
49
	  	http://dev.e-taxonomy.eu/svn/trunk/Drupal/module_patches/cck_field_perms/cck_field_perms-views0.1.patch
50
	  	
51
	- Patch for nodefamily.module v 1.19.2.14
52
		http://dev.e-taxonomy.eu/svn/trunk/Drupal/module_patches/nodefamily/nodefamily_create-others-nodes.patch
53
    
54
    
55
THEMES
56
----------------------------------------------------------
57
EDIT-expertsdb (http://dev.e-taxonomy.eu/svn/trunk/Drupal/themes/EDIT-expertsdb)
58

    
59
INSTALL
60
==========================================================
61

    
62
If you have downloaded the complete installation package, installation requires only a few steps. (If you have checked out the expertsdb module from out svn repository you need to download, patch and install the drupal modules which are listed above.)
63

    
64
Installation of install package:
65

    
66
1. extract the archive to the document root of your webserver.
67
2. configure the mysql database in the settings.php file 
68
3. import the mysql dump (drupal5_expertsdb-xxxx.sql) which found in the root of the installation package
69
5. Login using the default admin account: usr=DemoAdmin pwd=admin
70
4. navigate to admin/build/themes and to admin/build/modules in order to refresh the paths stored in the database
71

    
72
READY!
73

    
74

    
75
Importing Taxonomy resources
76
==========================================================
77
1.) Import all taxonomies xml files from ./expertDB/resources/ 
78

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

    
84
	max_execution_time = 300     
85
	max_input_time = 120
86
	
87

    
88
IMPORTANT: You must check the 'Allow duplicate terms' option when importing 
89
	- DAISIE taxonomy structure.import.xml
90
	- geography-ed2.import.xml 
91
	
92
Once all taxonomies are imported you should restore the former values of max_execution_time and max_input_time.  
(2-2/9)