I am working in offline server . and I need to setup frappe offline in ubuntu 24
@horees101
https://docs.frappe.io/framework/user/en/installation#debian-ubuntu
use this link to install frappe locally
1 Like
I know installing frappe locally , I am looking for offline repo
Start by preparing all necessary dependencies on a machine with internet access, including Python, Node.js, and Redis. Transfer the downloaded packages to your offline server and install them using dpkg
for .deb files or pip
for Python packages. Ensure you have the Frappe repository files available, then navigate to the Frappe directory and run bench init frappe-bench --frappe-branch version-xx
to set it up. After that, create a new site with bench new-site your_site_name
and install any needed apps with bench get-app app_name
.