summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
blob: 2704fc8422f6da2ee5a305bb730bf1e0f43993a5 (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
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="installation">
  <title>Getting Started with Enea uCPE Manager</title>

  <section id="prere">
    <title>Prerequisites</title>

    <para>Listed below are the main generic prerequisites required so that
    uCPE Manager can be deployed on your host platform:</para>

    <itemizedlist>
      <listitem>
        <para>A device that is supported by NFV Access.</para>
      </listitem>

      <listitem>
        <para>A machine running either Windows or CentOS with network access
        to the physical device.</para>
      </listitem>
    </itemizedlist>
  </section>

  <section id="install_ucpe_manager">
    <title>Install the Enea uCPE Manager</title>

    <para>Unpack the uCPE Manager and install it by following the instructions
    provided within the release archive:
    <literal>[unpacked_folder]/dist/README.</literal> </para>

    <para>There are a few things to consider during the installation phase, as
    there are a few steps where user input is required. In most cases, the
    default values should be used.</para>

    <para>For demo purposes, use the internal PostgreSQL database (which
    defaults to Y), and not the machine as part of a cluster (which defaults
    to N). Installing on a Windows machine, will require the user to follow
    the Windows password policies when defining the password for the <emphasis
    role="bold">ucpemanager</emphasis> service. A good example for an acceptable
    password would be:<emphasis>_1ucpe#2manager!3_</emphasis>.</para>

    <para>Check that the Windows or CentOS machine where the uCPE Manager is
    installed has the firewall disabled. To disable the firewall, if using
    Windows 10, go to the Control Panel, then inside <literal>Network &amp;
    Internet</literal> and <literal>Firewall &amp; Network
    Protection</literal>, disable the firewall for "Domain network" and
    "Private network".</para>

    <para>Verify that the installation has succeeded:</para>

    <orderedlist>
      <listitem>
        <para>Point your browser to the server machine running the uCPE
        Manager: <literal>https://localhost</literal>.</para>
      </listitem>

      <listitem>
        <para>In the login screen, log in with the username: <emphasis
        role="bold">admin</emphasis> and password: <emphasis
        role="bold">admin</emphasis>.</para>
      </listitem>
    </orderedlist>
  </section>
</chapter>