人财事物信息化 - Frappe Manager
Frappe Manager
Effortless setup backed by Docker. Visit this link to get started!
Install Docker
curl -fsSL https://get.docker.com -o install-docker.sh
sudo sh install-docker.sh
Note
You might want to follow these steps to run docker without sudo
in linux installations.
Install pip
(Ubuntu 22.04)
sudo apt install python3-pip