summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-release-info/doc/prerequisites.xml
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2017-06-30 13:50:29 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2017-06-30 13:50:29 +0200
commit740932118710e9b7c7b45a74b0db2b389957bcb3 (patch)
treed09b588cc49f8acfc5e7ef637ac60b5774e3cee0 /doc/book-enea-linux-release-info/doc/prerequisites.xml
parent449f6960591c2b9e871a7e682c175754fe8cb3f8 (diff)
downloadel_releases-virtualization-740932118710e9b7c7b45a74b0db2b389957bcb3.tar.gz
Renaming all EL7 virt profile titles to "Enea NFV Access"
LXCR-7844 LXCR-7844 Redo the chapter structure for EL Virtualization Guide Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
Diffstat (limited to 'doc/book-enea-linux-release-info/doc/prerequisites.xml')
-rw-r--r--doc/book-enea-linux-release-info/doc/prerequisites.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/book-enea-linux-release-info/doc/prerequisites.xml b/doc/book-enea-linux-release-info/doc/prerequisites.xml
deleted file mode 100644
index 9c5aa95..0000000
--- a/doc/book-enea-linux-release-info/doc/prerequisites.xml
+++ /dev/null
@@ -1,34 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="prerequisites">
5 <title>Prerequisites</title>
6
7 <para>Building Enea Linux or compiling applications requires that your git
8 environment be setup properly and for certain packages to be installed on
9 your Linux development host.</para>
10
11 <para>Please refer to <ulink
12 url="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup">Getting
13 Started - First-Time Git Setup</ulink>, for more details on how to set up
14 your git environment correctly, including how to set your identity using the
15 following commands:</para>
16
17 <programlisting>$ git config --global user.name "John Doe"
18$ git config --global user.email johndoe@example.com</programlisting>
19
20 <para>First ensure the system is up-to-date, then for the supported
21 distribution(s), you need the following packages:<remark>INFO: The
22 programlisting below is a parameters in eltf_params_updated.xml with ID:
23 "eltf-prereq-apt-get-command-host". If multiple hosts are supported, store
24 the commands for each host in the same programlisting with empty lines
25 between each - the comment with the FULL HOST name and version is
26 essential.</remark></para>
27
28 <xi:include href="eltf_params_updated.xml"
29 xmlns:xi="http://www.w3.org/2001/XInclude"
30 xpointer="element(eltf-prereq-apt-get-commands-host/1)" />
31
32 <xi:include href="system_requirements.xml"
33 xmlns:xi="http://www.w3.org/2001/XInclude" />
34</chapter> \ No newline at end of file