Skip to content

Intellique/Daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e59657 · Mar 22, 2021
Mar 1, 2014
Mar 5, 2016
Jan 27, 2021
Jan 21, 2020
Nov 23, 2018
Jan 24, 2014
Jul 13, 2015
Dec 23, 2020
Mar 2, 2021
Jan 14, 2016
Mar 22, 2021
Aug 25, 2015
Mar 13, 2016
Jan 5, 2018
Nov 20, 2020
Jan 9, 2018
Oct 23, 2018
Oct 7, 2016
Nov 20, 2020
Feb 16, 2015
Nov 19, 2018
Aug 27, 2015

Repository files navigation

Daemon

StoriqOne daemon

For Debian users (or derivative)

It's recommended to use the precompiled Debian packages. You can find an assistant in order to configure the StoriqOne repository here.

Building StoriqOne Daemon

In order to build storiqone, you need these following packages

Requirements (debian package):

  • cscope
  • debhelper (>= 9.0.0)
  • dh-systemd (>= 1.5)
  • exuberant-ctags
  • gettext
  • git
  • libexpat1-dev
  • libipc-run3-perl
  • libmagic-dev
  • libpq-dev
  • libssl-dev
  • nettle-dev
  • pkg-config
  • uuid-dev
  • make (>= 4.0)

For Debian users, we can also check out one of these following branches (beryl/jessie or beryl/stretch). Then we can use dpkg-buildpackage -us -uc -rfakeroot in order to generate Debian packages. Using these following branches (agathe/* and beryl/wheezy) are discouraged.

Installing StoriqOne Daemon

  • First, you need PostgreSQL (v9.4 or upper). For Debian users, you also need postgresql-contrib package before creating storiqone database. You can install PostgreSQL on another host.
  • Then, install theses followings packages storiqone-daemon and storiqone-scripts. storiqone-daemon has a dependancy to storiqone-plugin-db which is provided by storiqone-plugin-db-postgresql. storiqone-plugin-db-postgresql contains an assistant which will create the database.
  • After, you have to check the file /etc/storiq/storiqone.conf. This file contains login and password.
  • Run this following command storiqonectl config
  • And finally, starts the storiqone service. service storiqoned start