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
|
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet
href="urn:x-daps:xslt:profiling:docbook45-profile.xsl"
type="text/xml"
title="Profiling step"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.docbook.org/xml/4.5/docbookx.dtd"
[<!ENTITY % entities SYSTEM "entity-decl.ent">
%entities;
]>
<chapter id="cha.daps.user.inst">
<title>System Requirements and Installation</title>
<abstract>
<para>
This chapter covers the following topics:
<itemizedlist>
<listitem>
<para>
Hardware requirements for running &dapsacr;
</para>
</listitem>
<listitem>
<para>
Installing &dapsacr; on &osuse; and &sle;
</para>
</listitem>
<listitem>
<para>
Building and installing &dapsacr; on other Linux* distributions
</para>
</listitem>
</itemizedlist>
</para>
</abstract>
<sect1 id="sec.daps.user.req">
<title>System Requirements</title>
&daps-sys-req-general;
<sect2 id="sec.daps.user.req.hw">
<title>Hardware Requirements</title>
&daps-sys-req-hw;
</sect2>
<sect2 id="sec.daps.user.req.sw">
<title>Software Requirements</title>
&daps-sys-req-sw;
</sect2>
<sect2 id="sec.daps.user.addon.sw">
<title>Additional Software</title>
&daps-addon;
</sect2>
</sect1>
<sect1 id="sec.daps.user.inst">
<title>Installation</title>
&daps-install;
<sect2 id="sec.daps.user.inst.osuse">
<title>Installing &dapsacr; on &osuse;</title>
&daps-install-osuse;
&daps-install-osuse-zypper;
</sect2>
<sect2 id="sec.daps.user.inst.sle">
<title>Installing &dapsacr; on &sle;</title>
&daps-install-sle;
</sect2>
<sect2 id="sec.daps.user.inst.tarball">
<title>Installing &dapsacr; on Other Linux Distributions</title>
<para>For the latest status update and installation instructions, refer to
<ulink url="https://github.com/openSUSE/daps/blob/main/INSTALL.adoc"/>.
</para>
</sect2>
</sect1>
</chapter>
|