Tuesday 20 July 2010 3:53:56 am
Yep. Follow the INSTALL.txt, more specifically part #5: 5. Add a table in the database used by your eZ Publish instance.
You can do so as follows ( from eZ Publish's root directory ),
in the case you are using MySQL:
$> mysql -u <user> -p <database_name> < extension/ezfind/sql/mysql/schema.sql
The procedure is very similar in case you are using another RDMS.
You may want to have a look at the
sql/oracle and sql/postgresql for Oracle and PostgreSQL databases
respectively.
Please refer to the documentation reference for your DBMS if you
are experiencing issues.
Bertrand Dunogier
eZ Systems Engineering, Lyon
http://twitter.com/bdunogier
http://gplus.to/BertrandDunogier
|