From my notes, and a bit as a funny as our cat is named Pip.
apt-get update && apt-get -y upgrade && apt-get install python-pip && pip install --upgrade pip
Failed and working projects, notes etc.
From my notes, and a bit as a funny as our cat is named Pip.
apt-get update && apt-get -y upgrade && apt-get install python-pip && pip install --upgrade pip
Finally, there is an official Joomla (4.x) Docker made for unRAID. But it is not done well. As in, you will lose all your settings and data when you restart your docker. So you need to copy the data outside the docker into the appdata folder. (Or wherever you want it)
Inside the docker image, the Joomla folder resides here:
/var/www/html/
And this is the folder you need to make “external” by adding a path to the edit/install panel.
/var/www/html
/mnt/user/appdata/joomla-data/
Done.
apt-get update
apt-get upgrade
apt-install git libjson-webtoken-perl libauthen-ntlm-perl libcgi-pm-perl libcrypt-openssl-rsa-perl libdata-uniqid-perl libfile-copy-recursive-perl libio-socket-inet6-perl libio-socket-ssl-perl libio-tee-perl libhtml-parser-perl libjson-webtoken-perl libmail-imapclient-perl libparse-recdescent-perl libmodule-scandeps-perl libreadonly-perl libregexp-common-perl libsys-meminfo-perl libterm-readkey-perl libtest-mockobject-perl libtest-pod-perl libunicode-string-perl liburi-perl libwww-perl libtest-nowarnings-perl libtest-deep-perl libtest-warn-perl make cpanminus
cd /home
git clone https://github.com/imapsync/imapsync.git
cd imapsync
chmod +x imapsync
./imapsync
cpanm File::Tail
cp imapsync /usr/bin/
Done!
Item 10 is to make sure you can use this command anywhere on the server. Have fun!