1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
-
- This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
- project.
-
- Copyright (C) 1998-2018 OpenLink Software
-
- This project is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; only version 2 of the License, dated June 1991.
-
- This program 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
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
-->
<!--chapter id="adminui" label="adminui.xml">
<title>HTML based Administration Console (Conductor) Guide</title>-->
<sect1 id="htmlconductorbar"><title>HTML based Administration Console (Conductor) Guide</title>
<abstract>
<para>This section describes how to administer the Virtuoso server from
the Conductor interface. It primarily allow users to administer the server while giving access
to many of the features that Virtuoso has to offer providing many conceptual
demonstrations and introductions.</para>
<para>Most of the pages from the administration interface are provided to
help administrators quickly and easily tune the Virtuoso server or navigate
the various interfaces and features that Virtuoso has to offer.</para>
</abstract>
<sect2 id="conductorbar">
<title>Virtuoso Conductor Administration</title>
<para>The Main Navigation Bar provides different tabs that allow you to administrate
your Virtuoso server or use one of the provided samples.
</para>
<figure id="adminuimenucutout" float="1">
<title>Navigation</title>
<graphic fileref="menu-cutout.png"/>
</figure>
<para>From "System Admin" you can view and change the Conductor Dashboard, manage user accounts; scheduler;
Virtuoso Server parameter and Access Control Settings. You can also install /upgrade /uninstall Virtuoso
packages and Monitor Virtuoso Server Statistics.
</para>
<figure id="adminuisystemadmin" float="1">
<title>System Administration</title>
<graphic fileref="systemadmin.png"/>
</figure>
<para>
From "Database" you can administrate your database, manage the Virtuoso Relational Database System,
administrate views, tables, stored procedures, trigger definitions, user define types, backups.
</para>
<figure id="adminuidatabase" float="1">
<title>Database Administration</title>
<graphic fileref="database.png"/>
</figure>
<para>From "Replication" you can create Snapshot Replications to copy sections of the Database
to remote locations or use Transactional Replication to keep Virtuoso Servers
in sync over a definable interval.</para>
<figure id="adminuireplication" float="1">
<title>Replication</title>
<graphic fileref="replication.png"/>
</figure>
<para>From "Web Application Server" you can configure Virtuoso's WebDAV, and HTTP
Server functionality, which includes management of Virtual Domains & Directories.</para>
<figure id="adminuiwebdav" float="1">
<title>Web Application Server Administration</title>
<graphic fileref="webdav.png"/>
</figure>
<para>From "XML" you can query Relational and XML Data using SQL, XQUERY, XPATH, and FREE TEXT.</para>
<figure id="adminuiquerytools" float="1">
<title>Query Tools</title>
<graphic fileref="querytools.png"/>
</figure>
<para>From "Web Services" you can add/ edit/ remove Web Services Endpoints,
perform WSDL Import/Export, manage your BPEL processes.
</para>
<figure id="adminuiwebservices" float="1">
<title>Web Services</title>
<graphic fileref="webservices.png"/>
</figure>
<para>From "Linked Data" tab you can execute/save/load SPARQL queries, add/edit RDF Mapping, make
statistics, manage graphs, import schemas and define namespaces, generated Linked Data Views,
upload to the Quad Store:</para>
<figure id="adminuirdf" float="1">
<title>RDF</title>
<graphic fileref="rdf.png"/>
</figure>
<para>Virtuoso's NNTP support which includes linking third-party
NNTP servers into Virtuoso and controlling access to these servers.</para>
<figure id="adminuinntp" float="1">
<title>NNTP Administration</title>
<graphic fileref="nntp.png"/>
</figure>
</sect2>
&adminui.runtimehosting;
&adminui.webservices;
&adminui.webdavadmin;
&adminui.internetdomains;
&adminui.xmlservices;
&adminui.querytools;
&adminui.replicationandsynchronization;
&adminui.dbadmin;
<!--&adminui.mailsrvadm;-->
&adminui.rdfadm;
&adminui.newssrvadm;
</sect1>
<!--</chapter>-->
|