source: server/other/virtuoso.xml@ 028759b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 028759b was 028759b, checked in by Randy McMurchy <randy@…>, 11 years ago

Replaced all imbedded tabs from the book's XML with spaces

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11017 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY virtuoso-download-http "&sourceforge-repo;/virtuoso/virtuoso-opensource-&virtuoso-version;.tar.gz">
8 <!ENTITY virtuoso-download-ftp " ">
9 <!ENTITY virtuoso-md5sum "3991149c570f3738c3e819ce603e487f">
10 <!ENTITY virtuoso-size "113 MB">
11 <!ENTITY virtuoso-buildsize "530 MB">
12 <!ENTITY virtuoso-time "4.2 SBU">
13]>
14
15<sect1 id="virtuoso" xreflabel="Virtuoso-&virtuoso-version;">
16 <?dbhtml filename="virtuoso.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Virtuoso-&virtuoso-version;</title>
24
25 <indexterm zone="virtuoso">
26 <primary sortas="a-Virtuoso">Virtuoso</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Virtuoso</title>
31
32 <para><application>Virtuoso</application> is a cross-platform server that
33 implements multiple server-side protocols as part of a single-server product
34 offering. There is one server product that offers WebDAV/HTTP, Application,
35 and Database-server functionality alongside Native XML Storage, Universal
36 Data-Access Middleware, Business Process Integration and a Web-Services
37 Platform.</para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&virtuoso-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&virtuoso-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &virtuoso-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &virtuoso-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &virtuoso-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &virtuoso-time;</para>
60 </listitem>
61 </itemizedlist>
62
63<!--
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required patch: <ulink
68 url="&patch-root;/virtuoso-&virtuoso-version;-fixes-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71-->
72
73 <bridgehead renderas="sect3">Virtuoso Dependencies</bridgehead>
74<!-- No longer needed?
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="net-tools"/>
78 </para>
79-->
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="libiodbc"/>,
83 <xref linkend="libxml2"/>,
84 <xref linkend="openssl"/> and
85 <xref linkend="openldap"/>.
86 <!--<xref linkend="jdk"/>-->
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="imagemagick"/> and
92 <xref linkend="python2"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/virtuoso"/></para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Virtuoso</title>
102
103 <para>Install <application>virtuoso</application> by running the following
104 commands:</para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --localstatedir=/var \
109 --without-internal-zlib \
110 --program-transform-name="s/isql/isql-v/" \
111 --disable-all-vads \
112 --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para><application>Virtuoso</application> does not come with a callable test
116 suite. An intensive check routine is part of the build process.</para>
117
118 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para><option>--without-internal-zlib</option>: This option is set to use
128 the installed <application>zlib</application> and not the bundled
129 one.</para>
130
131 <para><option>--program-transform-name</option>: Both
132 <application>Virtuoso</application> and <application>unixODBC</application>
133 install a program named <command>isql</command>. Use this option to rename
134 <application>virtuoso</application>s program to <command>isql-v</command></para>
135
136 <para><option>--disable-all-vads</option>: This option disables the building of
137 all the VAD packages (tutorials, demos, etc.).</para>
138
139 <para><option>--disable-static</option>: This option disables the building of static
140 libraries. However, the main virtuoso library, libvirtuoso-t, is still built as a
141 static library.</para>
142
143 <para><option>--enable-python</option>: Add this option if
144 <application>Python</application> is installed. It enables the
145 use of <application>Python</application> by
146 <application>Virtuoso</application>.</para>
147<!--
148 <para><option>-&#45;with-jdk4</option>: Add this option to specify the path
149 to the <xref linkend="jdk"/> and to enable making use of Java.</para>
150-->
151 <para><option>--with-port</option>: Add this if you want the
152 <application>virtuoso</application> server to listen on another port than
153 1111.</para>
154
155 </sect2>
156
157 <sect2 role="configuration">
158 <title>Configuration</title>
159
160 <note><para>If <application>Virtuoso</application> is only to be used
161 for <application>KDE</application>, there is no need to start the
162 <application>Virtuoso</application> server at boot time.</para></note>
163
164 <sect3 id="virtuoso-init">
165 <title>Boot Script</title>
166
167 <para>If you want the <application>Virtuoso</application> server to
168 start automatically when the system is booted, install the
169 <filename>/etc/rc.d/init.d/virtuoso</filename> init script included
170 in the <xref linkend="bootscripts"/> package.</para>
171
172 <indexterm zone="virtuoso virtuoso-init">
173 <primary sortas="f-virtuoso">virtuoso</primary>
174 </indexterm>
175
176<screen role="root"><userinput>make install-virtuoso</userinput></screen>
177
178 </sect3>
179
180 <sect3 id="virtuoso-users">
181 <title>User accounts</title>
182
183 <para>When the server is started using the start script, there is a web
184 interface to <application>Virtuoso</application> at
185 <ulink url="http://localhost:8890/"/>. Several links are pointing to
186 the OpenLink site, but the <application>Conductor</application> at
187 <ulink url="http://localhost:8890/conductor/"/>. This is a full featured
188 configuration site for <application>Virtuoso</application>. Login as
189 <systemitem class="username">dba</systemitem> with the predefined
190 password <literal>dba</literal>.</para>
191
192 <warning>
193 <title>Change password</title>
194
195 <para>Remember to immediatly change the password of user
196 <systemitem class="username">dba</systemitem> as well as of all other
197 predefined users. Click on <literal>[System Admin]</literal> and
198 than on <literal>[User Accounts]</literal>.</para>
199
200 </warning>
201 </sect3>
202
203 </sect2>
204
205 <sect2 role="content">
206 <title>Contents</title>
207
208 <segmentedlist>
209 <segtitle>Installed Programs</segtitle>
210 <segtitle>Installed Libraries</segtitle>
211 <segtitle>Installed Directories</segtitle>
212
213 <seglistitem>
214 <seg>inifile, isql-v, isql-vw, virt_mail and virtuoso-t</seg>
215 <seg>libvirtuoso-t.a, virtodbc.so, virtodbc_r.so, virtodbcu.so and virtodbcu_r.so</seg>
216 <seg>/var/lib/virtuoso, /usr/lib/{hibernate,jdbc-{2,3,4}.0,jena,sesame,virtuoso} and
217 /usr/share/virtuoso</seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="isql-v">
227 <term><command>isql-v</command></term>
228 <listitem>
229 <para>is a interactive SQL utility.</para>
230 <indexterm zone="virtuoso isql-v">
231 <primary sortas="b-isql-v">isql-v</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="virtuoso-t">
237 <term><command>virtuoso-t</command></term>
238 <listitem>
239 <para>is the Universial Server daemon.</para>
240 <indexterm zone="virtuoso virtuoso-t">
241 <primary sortas="b-virtuoso-t">virtuoso-t</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 </variablelist>
247
248 </sect2>
249
250</sect1>
Note: See TracBrowser for help on using the repository browser.