Introduction
This page describes the installation of piombi, which is my OpenProject server.
Procedure
- Make note of the following volume creation commands:
create-perfect-drbd-vol -v --remote=torchio --name=piombi --size=10G \ --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7
and the following container creation commands:
create-basic-lxc-cnt --remote=torchio --name=piombi \ --offset=100000 \ --mem=2G \ --disk=block:/dev/drbd_piombi \ --nic=bridge:br0 \ --release=bookworm
(Note that 5GB disk space, as mentioned here, is not enough: OpenProject will keep running out of space, as it updates itself frequently.)
- Complete Installing Debian 12 on an LXC container with the default hardware.
- Complete Configuring OpenProject (revision 1.2).
- Complete Finalising a Linux installation.