This file is indexed.

/usr/share/doc/refdb/refdb-manual/ch04.html is in refdb-doc 1.0.2-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 4. Installation</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="pt02.html" title="Part II. Administrator manual" /><link rel="prev" href="pt02.html" title="Part II. Administrator manual" /><link rel="next" href="ch04s02.html" title="Upgrading from an older version" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 4. Installation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt02.html">Prev</a> </td><th width="60%" align="center">Part II. Administrator manual</th><td width="20%" align="right"> <a accesskey="n" href="ch04s02.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a id="chapter-installation"></a>Chapter 4. Installation</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="ch04.html#idp63738160">Quickstart guide</a></span></dt><dt><span class="sect1"><a href="ch04s02.html">Upgrading from an older version</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s02.html#idp63804592">0.9.9</a></span></dt><dt><span class="sect2"><a href="ch04s02.html#idp63808928">0.9.8</a></span></dt><dt><span class="sect2"><a href="ch04s02.html#idp63811552">0.9.7</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch04s03.html">Things to know before you start</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s03.html#idp63814624">Which database server?</a></span></dt><dt><span class="sect2"><a href="ch04s03.html#idp64624832">Where do the components go?</a></span></dt><dt><span class="sect2"><a href="ch04s03.html#sect1-mystery-init-files">The mystery of the configuration files</a></span></dt><dt><span class="sect2"><a href="ch04s03.html#idp64695312">Environment variables</a></span></dt><dt><span class="sect2"><a href="ch04s03.html#idp64705536">Some notes on the filesystem</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch04s04.html">Installation on Linux and other Unix variants</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s04.html#sect2-generic-instructions">Generic instructions</a></span></dt><dt><span class="sect2"><a href="ch04s04.html#idp64933264">OS-specific hints</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch04s05.html">Installation on Windows NT/2000/XP</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s05.html#idp64970304">Prerequisites</a></span></dt><dt><span class="sect2"><a href="ch04s05.html#idp64991216">Installation from the sources</a></span></dt><dt><span class="sect2"><a href="ch04s05.html#sect2-install-cygwin-bin">Installation of prebuilt binaries</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch04s06.html">Installation on Windows 95/98/ME</a></span></dt><dt><span class="sect1"><a href="ch04s07.html">Other operating systems</a></span></dt><dt><span class="sect1"><a href="ch04s08.html">Finishing the RefDB installation</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s08.html#idp65115424">Using the interactive setup script</a></span></dt><dt><span class="sect2"><a href="ch04s08.html#sect2-manual-setup">Manual setup</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch04s09.html">Testing your installation</a></span></dt><dt><span class="sect1"><a href="ch04s10.html">SRU support</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s10.html#sect-srucgi">Setting up SRU support as a CGI program</a></span></dt><dt><span class="sect2"><a href="ch04s10.html#sect-srustandalone">Setting up SRU support using a standalone web server</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch04s11.html">Install the PHP interface</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch04s11.html#sect-php-prerequisites">Prerequisites</a></span></dt><dt><span class="sect2"><a href="ch04s11.html#sect-php-apacheconfig">Web server configuration</a></span></dt><dt><span class="sect2"><a href="ch04s11.html#sect-php-test">Test your PHP interface</a></span></dt></dl></dd></dl></div><p>This chapter tries to explain the process of the installation. There are some things you should consider before you actually install the software. These will be discussed in the second section. The technical details of the installation on various platforms can be found in the following sections of this chapter. The final sections deal with the setup of optional web-based frontends. But first we start with a brief overview of installing and running RefDB for those who never read manuals.</p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp63738160"></a>Quickstart guide</h2></div></div></div><p>These are the essential steps to get your reference database up and running:</p><div class="procedure"><ol class="procedure" type="1"><li class="step"><p>Follow the installation instructions for either <a class="link" href="ch04s04.html" title="Installation on Linux and other Unix variants">Unix/Linux</a> or <a class="link" href="ch04s05.html" title="Installation on Windows NT/2000/XP">Windows</a>.</p></li><li class="step"><p><a class="link" href="ch04s08.html" title="Finishing the RefDB installation">Finish the installation</a> by creating and filling the internal database.</p></li><li class="step"><p>Start the application server refdbd, either <a class="link" href="re02.html" title="refdbd">manually</a> or as a daemon, as explained in the OS-specific installation sections.</p></li><li class="step"><p><a class="link" href="ch05.html#sect1-create-database" title="Create a database">Create</a> one or more reference databases.</p></li><li class="step"><p><a class="link" href="ch05s03.html" title="Add or remove a user">Add</a> one or more users that are permitted to work with this database (not required if you use the SQLite database engine as it lacks access control).</p></li><li class="step"><p><a class="link" href="ch05s05.html" title="Add, edit, or delete bibliography styles">Add</a> bibliography styles.</p></li></ol></div><p>Some of the above steps are simplified by the shell script <a class="link" href="re09.html" title="refdb-init">refdb-init</a> which you should have a thorough look at. Then it is up to the users to populate the database with references, run their queries, create bibliographies, and whatever they may desire.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch04s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part II. Administrator manual </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Upgrading from an older version</td></tr></table></div></body></html>