Introduction
This page describes the installation of armonie, which is my front-end Apache webserver
Procedure
- Make note of the following volume creation commands:
create-perfect-drbd-vol -v --remote=torchio --name=armonie --size=5G \ --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7 create-perfect-drbd-vol -v --remote=torchio --name=armonie_svn --size=20G \ --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=armonie \ --offset=1000000 \ --mem=2G \ --disk=block:/dev/drbd_armonie \ --disk=block:/dev/drbd_armonie_svn \ --nic=bridge:br0
- Complete Installing Debian 11 on an LXC container with the default hardware.
- Complete Configuring web services (revision 2.1).
- Complete Finalising a Linux installation.