CDM Data Portal Install Guide¶
This page provides a guidance on installing the the CDM DataPortal
Download¶
In order to install the CDM Data Portal you will need to download the following files:
The cdm_dataportal Drupal5 Module: http://dev.e-taxonomy.eu/download/dataportal/2.0/cdm_dataportal_v2.0.zip
Drupal 5: http:\drupal.org
The JQuery Update for Drupal5: http://drupal.org/project/jquery_update
If you not already have CDM Server which is providing the data to be published in the CDM DataPortal you will need to also install a CDM Server.
The CDM Server can be downloaded from: http://dev.e-taxonomy.eu/download/dataportal/2.0/cdmserver_v2.0.zip
Multisite Installation¶
Setting cookie domain and path correctly¶
In multisite installations which are running under the same domain with different base paths you may encounter problems with concurrent cookies or with cookies.
Sites with are delivered through a forwarding proxy will have the problem that cookies are even not set. To circumvent these issues replace in the settings.php the following section
^www.
with
^www.
You also may want to configure the $forwarded_server_mapping
array.