summaryrefslogtreecommitdiffstats
path: root/doc/system_requirements_prerequisites.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/system_requirements_prerequisites.xml')
-rw-r--r--doc/system_requirements_prerequisites.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/system_requirements_prerequisites.xml b/doc/system_requirements_prerequisites.xml
deleted file mode 100644
index b9e15fa..0000000
--- a/doc/system_requirements_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="sys-req-prerequisites">
5 <title>System Requirements and Prerequisites</title>
6
7 <para>Using Enea NFV Access or compiling applications requires that your git
8 environment be setup properly and for certain packages to be installed on
9 your NFV Access 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="../../s_doceneacommon/doc/book-enea-nfv-access-release-info-eltf/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