License: ------------------- This file is part of deegree. Copyright (C) 2001-2008 by: EXSE, Department of Geography, University of Bonn http://www.giub.uni-bonn.de/deegree/ lat/lon GmbH http://www.lat-lon.de This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA This file is a modified version of a file that was originally developed as part of the geoway project. The original file is dating from 2007-05-11 and was published under LGPL 3.0. It can be obtained from http://www.geoway.de/geoway-mis/. Contact: Andreas Poth lat/lon GmbH Aennchenstr. 19 53115 Bonn Germany E-Mail: poth@lat-lon.de Prof. Dr. Klaus Greve Department of Geography University of Bonn Meckenheimer Allee 166 53115 Bonn Germany E-Mail: greve@giub.uni-bonn.de Setup the TIBESTI - Metadataeditor: --------------------------------------- The tibesti-meatdataeditor requires two databases, one for the user managment of jetspeed and the other to stores the data and handles some stuff for tibesti. To setup the first database run the following scripts dependend on the type of database management system you are using (oracle or postgres): - oracle: scripts/sql/oracle/portal/ turbine-oracle.sql, insert-users.sql - postgres: scripts/sql/postgres/portal/ create-schema_user-management.sql, insert_users.sql For the second database the follwing scripts are important: - oracle: scripts/sql/oracle/editor/ database_noConstraints.sql, normal_index.sql, spatial_index.sql, editor_schema.sql, schlagwort.sql - postgres: scripts/sql/postgres/editor/ database_no_constraints.sql, create_editor_schema.sql, schlagwort.sql Furthermore you need two CSWs 2.0.0 (internal and external) to use all functions of the tibesti metadataeditor. The backend of the internal CSW must be the database, where tibesti stores its data (the second one descriped above)! You can find the CSW based on backend postgres in the SVN, if you want to use oracle please take a look at deegree base. Don't forget to change the adjust the configuration. After this, you only have to adjust the tibesti.properties (can be found at scripts/ant). If you want to use an oracle database, the parameter 'csw-internal.dbtype=oracle' is required! At last run the build-tibesti.xml ant-script, point the tomcat to the created web applikation and restart!