paccheri

Introduction

This page describes the installation of paccheri, which is my OpenProject server.

Procedure

  1. Make note of the following volume creation commands:
    create-perfect-drbd-vol -v --remote=torchio --name=paccheri --size=10G \
        --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7

    and the following container recreation commands:

    create-basic-lxc-cnt --remote=torchio --name=paccheri \
        --offset=500000 \
        --mem=2G \
        --disk=block:/dev/drbd_paccheri \
        --nic=bridge:br0

    (Note that 5GB is not enough: OpenProject will keep running out of space, as it updates itself frequently.)

  2. Complete Installing Debian 11 on an LXC container with the default hardware.
  3. Complete Configuring OpenProject generation one point one.
  4. Complete Finalising a Linux installation.

See also