<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://abcdwiki.net/index.php?action=history&amp;feed=atom&amp;title=EN_OPAC-ABCD_Tutorial_de_configuraci%C3%B3n</id>
		<title>EN OPAC-ABCD Tutorial de configuración - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://abcdwiki.net/index.php?action=history&amp;feed=atom&amp;title=EN_OPAC-ABCD_Tutorial_de_configuraci%C3%B3n"/>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=EN_OPAC-ABCD_Tutorial_de_configuraci%C3%B3n&amp;action=history"/>
		<updated>2026-04-09T14:01:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://abcdwiki.net/index.php?title=EN_OPAC-ABCD_Tutorial_de_configuraci%C3%B3n&amp;diff=2424&amp;oldid=prev</id>
		<title>Guilda: Created page with &quot;==Intalation== * Read  [http://wiki.abcdonline.info/OPAC-ABCD_Descripci%C3%B3n general description of the OPAC] * Create the folder where Opac will be installed and unzip the...&quot;</title>
		<link rel="alternate" type="text/html" href="http://abcdwiki.net/index.php?title=EN_OPAC-ABCD_Tutorial_de_configuraci%C3%B3n&amp;diff=2424&amp;oldid=prev"/>
				<updated>2020-08-02T17:24:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Intalation== * Read  [http://wiki.abcdonline.info/OPAC-ABCD_Descripci%C3%B3n general description of the OPAC] * Create the folder where Opac will be installed and unzip the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Intalation==&lt;br /&gt;
* Read  [http://wiki.abcdonline.info/OPAC-ABCD_Descripci%C3%B3n general description of the OPAC]&lt;br /&gt;
* Create the folder where Opac will be installed and unzip the downloaded opac_dist.zip file. This folder can be under ABCD or anywhere within the Web directory and for the purposes of this explanation we will call it &amp;#039;&amp;#039;&amp;#039;opac_abcd&amp;#039;&amp;#039;&amp;#039; (see [http://wiki.abcdonline.info/OPAC-ABCD_scripts Folder Structure)&lt;br /&gt;
* Move the folder  &amp;#039;&amp;#039;&amp;#039;opac.xis&amp;#039;&amp;#039;&amp;#039; to &amp;#039;&amp;#039;&amp;#039;central/dataentry/wxis/&amp;#039;&amp;#039;&amp;#039; and rename it to opac&lt;br /&gt;
* Copy the file &amp;#039;&amp;#039;&amp;#039;opac.tab&amp;#039;&amp;#039;&amp;#039; contained in &amp;#039;&amp;#039;&amp;#039;lang/00&amp;#039;&amp;#039;&amp;#039; to the languages ​​folder of the databases folder (Eg: /bases/lang/00). This file contains the OPAC messages&lt;br /&gt;
* Modify the first few lines the script &amp;#039;&amp;#039;&amp;#039;[opac-directory]/php/config_opac.php&amp;#039;&amp;#039;&amp;#039; to write the path to the &amp;#039;&amp;#039;&amp;#039;config.php&amp;#039;&amp;#039;&amp;#039; of ABCD that is located in the &amp;#039;&amp;#039;&amp;#039;central&amp;#039;&amp;#039;&amp;#039; folder.&lt;br /&gt;
    Ejm:   &lt;br /&gt;
          include (&amp;quot;/abcd/www/htdocs/central/config.php&amp;quot;);   //CAMINO DE ACCESO HACIA EL CONFIG.PHP DE ABCD&lt;br /&gt;
* If you are installing OPAC with version 1.6 modify the parameters&lt;br /&gt;
          $ABCD_scripts_path=&amp;quot;/abcd/www/htdocs/&amp;quot;;            //path donde están instalados los scripts de abcd&lt;br /&gt;
          $server_url=&amp;quot;http://127.0.0.1:9001&amp;quot;;               //El url que se usa para acceder al opac&lt;br /&gt;
: placing the values ​​of your installation&lt;br /&gt;
 &lt;br /&gt;
* Add a new sub-folder named &amp;#039;&amp;#039;&amp;#039;opac_conf&amp;#039;&amp;#039;&amp;#039; in the &amp;#039;&amp;#039;&amp;#039;bases&amp;#039;&amp;#039;&amp;#039; folder set in &amp;#039;&amp;#039;&amp;#039;config.php&amp;#039;&amp;#039;&amp;#039; of ABCD. &amp;#039;&amp;#039;&amp;#039;opac_conf&amp;#039;&amp;#039;&amp;#039; will be used to store the configuration files of the databases. These files are created from the configuration module contained in the &amp;#039;&amp;#039;&amp;#039;config&amp;#039;&amp;#039;&amp;#039; folder of the OPAC&lt;br /&gt;
* Under &amp;#039;&amp;#039;&amp;#039;opac_conf&amp;#039;&amp;#039;&amp;#039; add a sub-folder for each language you are going to use (ex: es, fr, pt, en ...)&lt;br /&gt;
* At this point you can verify the general configuration by running the script &amp;#039;&amp;#039;&amp;#039;config/verif_inst.php&amp;#039;&amp;#039;&amp;#039; from where you have installed the OPAC (eg: http://localhost:9091/opac_abcd/config/verif_inst.php) . This script will check if the initial parameters and directories have been set correctly.&lt;br /&gt;
* Run the configuration module from where you have installed the OPAC (ejm: http://localhost:9091/opac_abcd/config/). &lt;br /&gt;
* Provide the ABCD administrator login and password. The language table used in this entry is the one defined in the central ABCD module.&lt;br /&gt;
* If the login and password are correct, the &amp;#039;&amp;#039;&amp;#039;General Settings&amp;#039;&amp;#039;&amp;#039; page will appear where you must fill each of the established options. The help button will provide you with additional explanations about the requested information&lt;br /&gt;
* Once the general configuration is completed, the main menu will present the options to configure the databases&lt;br /&gt;
      Note: We recommend setting up a first database to get started. Then gradually add the rest of&lt;br /&gt;
            the databases.&lt;br /&gt;
            Note that adding a second database will trigger the meta-search. If you haven&amp;#039;t configured it&lt;br /&gt;
            then it will use the advanced search settings defined for the first database&lt;br /&gt;
&lt;br /&gt;
==Configure databases==&lt;br /&gt;
===Basic setup===&lt;br /&gt;
* Fill the free search form&lt;br /&gt;
* Fill out the advanced search form&lt;br /&gt;
* Prepare the display formats that must be different from those of the central module, since a record toolbar must be added. You can copy the formats you select and give them a different name&lt;br /&gt;
* Add to the formats the &amp;#039;&amp;#039;&amp;#039;[http://wiki.abcdonline.info/index.php?title=OPAC-ABCD_formatos#toolbar Record Toolbar]&amp;#039;&amp;#039;&amp;#039; found in the configuration menu under &amp;#039;&amp;#039;&amp;#039;General Settings -&amp;gt; Record Toolbar&amp;#039;&amp;#039;&amp;#039;. All you have to do is click the &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039; button and add the indicated line to the dbn.par of all available databases. See the help for an explanation on how to modify the format to add the toolbar.&lt;br /&gt;
* After completing the basic configuration of the databases, you must configure the &amp;#039;&amp;#039;&amp;#039;meta-search&amp;#039;&amp;#039;&amp;#039; by filling out the free and advanced search form. Skipping this step will generate an error when trying to apply meta-search options.&lt;br /&gt;
* Once the basic configuration for a language is ready, enter Opac and test.&lt;br /&gt;
* You can use the option &amp;#039;&amp;#039;&amp;#039;Copy configuration files&amp;#039;&amp;#039;&amp;#039; from the database configuration menu to generate the configuration in another language. When copying the configuration files, all you have to do is translate the titles into the corresponding language. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Advanced settings===&lt;br /&gt;
&lt;br /&gt;
==Modify the opac home page and the home pages of each database==&lt;/div&gt;</summary>
		<author><name>Guilda</name></author>	</entry>

	</feed>