Hi everyone,
Currently, I am working on installing erpnextswiss on Docker.
It seems there are different methods for installing additional apps.
Installing ERPNext with the default pwd.yml works fine.
Installing other apps like Wiki, Payments, etc., works well via both the frontend and backend containers.
Can anyone guide me on the correct way to install erpnextswiss? The installation instructions provided don’t seem to work for me.
Here’s the link to the erpnextswiss installation guide.
easy install script is no option, since it is no longer in developmend.
and in my .yml file i have added the following for erpnextswiss (not working) and as example the wiki (working)
–install-app erpnextswiss --install-app wiki --set-default frontend;
Did anyone ever sucessfulli install erpnextswiss?
Ther are not many resources for erpnextswiss. hast partial success by installing additional installing the following lib into front and backend apt install -y libgl1.
am i missing a important step for erpnextswiss?