Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width50%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:
Table of Contents



Column


General information

AxxonData is a local version of the AxxonNet cloud service and it is used to work in local networks only. AxxonData is compatible with Axxon One version 1.0.4 and with the Axxon Next archive product.

List of supported Linux OS

AxxonData is available in Linux Ubuntu 20.04 and Debian 11.

Minimum requirements for installing and running AxxonData in Linux OS

To run AxxonData, we recommend using a computer with a 1.0 GHz processor with two or more cores and 2 GB RAM.

...

  • С is a total number of cameras;
  • is a total number of events in GB per day per camera;
  • is days of data storage.

Docker installation

Info
titleNote

This installation description is relevant for Ubuntu 20.04 and Debian 11. Installation for other OS versions can be slightly different.

...

  1. Update the current package list:

    Code Block
    sudo apt update


  2. Install the packages that allow APT to use HTTPS:

    Code Block
    sudo apt install apt-transport-https ca-certificates curl software-properties-common


  3. Add the CFG key of the official Docker repository to the system:

    Code Block
    curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -


    Info
    titleNote

    When installing on Debian 11, this command will look like this:

    Code Block
    curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -



  4. Add the Docker repository to the list of the APT package sources:

    Code Block
    sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"


    Info
    titleNote

    When installing on Debian 11, this command will look like this:

    Code Block
    sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian stretch stable"



  5. Update the current package list including the Docker packages from the added repository:

    Code Block
    sudo apt update


  6. Make sure the installation is performed from the Docker repository:

    Code Block
    apt-cache policy docker-ce

    Response example:

    Code Block
    docker.service - Docker Application Container Engine
       Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
       Active: active (running) since Thu 2018-07-05 15:08:39 UTC; 2min 55s ago
         Docs: https://docs.docker.com
     Main PID: 10096 (dockerd)
        Tasks: 16
       CGroup: /system.slice/docker.service
               ├─10096 /usr/bin/dockerd -H fd://
               └─10113 docker-containerd --config /var/run/docker/containerd/containerd.toml


  7. Install the Docker:

    Code Block
    sudo apt install docker-ce


  8. Make sure the Docker is running:

    Code Block
    sudo systemctl status docker

    The response must contain the active (running) status:

    Code Block
    docker.service - Docker Application Container Engine
       Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
       Active: active (running) since Thu 2018-07-05 15:08:39 UTC; 2min 55s ago
         Docs: https://docs.docker.com
     Main PID: 10096 (dockerd)
        Tasks: 16
       CGroup: /system.slice/docker.service
               ├─10096 /usr/bin/dockerd -H fd://
               └─10113 docker-containerd --config /var/run/docker/containerd/containerd.toml


AxxonData installation

To install AxxonData, do the following:

...

These users can create other users, including the administrators. Names of users are case insensitive.

Updating the data communication protocol on the previously installed AxxonData

To change the data communication protocol on a previously installed AxxonData, do the following:

...

In the REPLICAS column, all values must be displayed as 1/1.

Updating AxxonData

To update AxxonDatado the following:

...

AxxonData update is complete.

Removing AxxonData 

To remove AxxonData, do the following:

...