summaryrefslogtreecommitdiffstats
path: root/doc/system_requirements_prerequisites.xml
blob: b9e15fa90c5d5dfb2fa8e011f416e5561f8b65a4 (plain)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id="sys-req-prerequisites">
  <title>System Requirements and Prerequisites</title>

  <para>Using Enea NFV Access or compiling applications requires that your git
  environment be setup properly and for certain packages to be installed on
  your NFV Access development host.</para>

  <para>Please refer to <ulink
  url="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup">Getting
  Started - First-Time Git Setup</ulink>, for more details on how to set up
  your git environment correctly, including how to set your identity using the
  following commands:</para>

  <programlisting>$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com</programlisting>

  <para>First ensure the system is up-to-date, then for the supported
  distribution(s), you need the following packages:<remark>INFO: The
  programlisting below is a parameters in eltf_params_updated.xml with ID:
  "eltf-prereq-apt-get-command-host". If multiple hosts are supported, store
  the commands for each host in the same programlisting with empty lines
  between each - the comment with the FULL HOST name and version is
  essential.</remark></para>

  <xi:include href="../../s_doceneacommon/doc/book-enea-nfv-access-release-info-eltf/eltf_params_updated.xml"
              xmlns:xi="http://www.w3.org/2001/XInclude"
              xpointer="element(eltf-prereq-apt-get-commands-host/1)" />

  <xi:include href="system_requirements.xml"
              xmlns:xi="http://www.w3.org/2001/XInclude" />
</chapter>