Installing Obseron as a service on CentOS 7

Follow

Comments

3 comments

  • Robin

    In case anyone else decides to switch from GUI to daemon, here's the "proper way":

    1. Make sure HTTP server is enabled in the GUI!

    2. yum -y erase obseron-gui && yum -y install obseron-daemon

    3. cp -r /home/[KSENOS_USER]/.Obseron /var/lib/obseron/

    4. chown -R obseron:obseron /var/lib/obseron # Gives the new obseron user permissions

    5. systemctl start obserond.service

     

    1
    Comment actions Permalink
  • Obseron Support

    Robin, thank you for the instructions.

    It should also be noted that HTTP server must be enabled on GUI version before migrating it to a daemon version. Daemon version configurations are all done over the web interface.

    0
    Comment actions Permalink
  • Robin

    Edited! Thanks!

    0
    Comment actions Permalink

Please sign in to leave a comment.