Software Alternatives & Reviews

Difficulties self-hosting huginn on a Raspberry Pi 3b+

RubyGems Huginn RVM
  1. RubyGems. org is the Ruby community's gem hosting service. Instantly publish your gems and then install them. Use the API find out more about available gems. Become a contributor and improve the site yourself.
    Pricing:
    • Open Source

    #Front End Package Manager #Package Manager #Code Collaboration 95 social mentions

  2. 2
    Build agents that monitor and act on your behalf. Your agents are standing by!
    Pricing:
    • Open Source
    The OS on my Pi is Raspberry Pi OS Lite (64 bit version). I'm already cloned huggin repo to a writable folder, installed MariaDB and Ruby using sudo apt install ruby, gem and bundle with gem install rake bundle, but trying to run bundle on the terminal after install doesn't work - I need to pull the whole path: /usr/bin/bundle2.7 install instead of bundle install.

    #Automation #Web Service Automation #API Tools 65 social mentions

  3. 3

    RVM

    Ruby Version Manager. RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
    Pricing:
    • Open Source
    Running Huginn using OS-installed packages is always tricky, because Huginn relies upon certain versions of certain gems to install correctly. I would advise using rvm to install an isolated version of Ruby (per this article) because you won't have to worry about working around system-level files (in /usr/local/bin and /var/lib/gems) needing root access to alter.

    #Programming Tools #Programming #Ruby 26 social mentions

Discuss: Difficulties self-hosting huginn on a Raspberry Pi 3b+

Log in or Post with