Debian installation

  1. Install dependencies
    sudo apt install curl gcc g++ make wget libpq-dev
    
  2. Install Node.js & yarn package manager
    curl -sL https://deb.nodesource.com/setup_20.x | sudo bash -
    sudo apt-get install -y nodejs
    sudo npm install -g yarn
    

    source

  1. Create a user to run gancio from
    sudo adduser --group --system --shell /bin/false --home /opt/gancio gancio
    
  2. Install Gancio
    sudo yarn global add --network-timeout 1000000000 --silent https://gancio.org/latest-2.0-alpha.tgz
    

Use yarn

Only yarn is supported as package manager

Install another release

You can found old releases at https://gancio.org/releases

Package verification

Distributed packages are signed with this key you can verify the signature using:
gpg --verify latest-2.0-alpha.tgz.sig