multiple fylrs in one Linux
Arrange docker and a reverse proxy to avoid conflicts with multiple fylrs
Prerequisites
Prepare Linux for fylr
mkdir /srv/fylr ; cd /srv/fylr
echo "vm.max_map_count=262144" >> /etc/sysctl.d/99-memory_for_indexer.conf
sysctl -p /etc/sysctl.d/99-memory_for_indexer.conf
mkdir -p postgres indexer sqlbackups
chown 999 postgres sqlbackups
chown 1000 indexer
swapoff -a; free -hDownload all and configure common services
For each fylr instance
Configure the reverse proxy:
Configure fylr:
Create SQL database:
Start this fylr instance:
Remarks
Last updated