Debian package installation
This package installation is tested for following systems:
-
Debian 7
-
Debian 8
-
Ubuntu 14
-
Ubuntu 16
Installation
[Optional] MongoDB installation
If you have already a running mongodb 3.4 (or 3.2) you don't have to install mongodb, otherwise you have to install mongodb
sudo
apt-key adv --keyserver hkp:
//keyserver
.ubuntu.com:80 --recv 7F0CEB10
echo
"deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.4 multiverse"
|
sudo
tee
/etc/apt/sources
.list.d
/mongodb-org-3
.4.list
sudo
apt-get update
sudo
apt-get -y --force-
yes
install
mongodb-org
Be careful with the currect MongoDB version. Don't use a version greater than 3.4, because ApiOmat Analytics doesn't support MongoDB version 3.5.x and 3.6.x yet. It will support those versions in one of the next releases.
Go to the directory where you downloaded the DEB-package and execute the following commands:
sudo
dpkg -i ApiomatAnalytics-1.0.0.deb
The last command will prompt, that it has a few dependencies. To resolve them, you need to run this command:
sudo
apt-get -f -y
install
The installation is finished, when you read the line >> ApiOmat Analytics successfully installed << in your console.