ERP Next Configuration

I have downloaded the source code from Github. And we have successfully ran in localhost through Docker in Windows 11. Now my question is, how do I run this code independently in our system (Without your dependencies). We have notice that this is now running on Frappe Bench, how do we run the code without this?

Hi @suvrajit and welcome to the community

I am not sure I understand your question - can you kindly elaborate.

Frappe bench and framework are critical foundational components to any Frappe, custom or 3rd party apps. You cannot do anything without them

What I mean that, we want to host the entire application in our production server and will do some customisation. How to do this?

Check the following if it can help,

Installing https://youtu.be/AFOu9XrtV3c

and Production setup is https://youtu.be/KSdwOCcYoD0

Remeber to chnage the versions in the installtion, server is ubuntu 26

Hi @suvrajit

Since you are using Windows 11 Docker you can use GitHub - rtCamp/Frappe-Manager: The production platform for Frappe/ERPNext. Automatic TLS, versioned migrations, worker orchestration, isolated benches. Everything from a single CLI. ยท GitHub and then customize the code from inside WSL2 Ubuntu

Note that if you customize some components they will be lost once your upgrade

Best of luck on your Framework journey