Deploy local frappe builder site on production using app

Hii @surajshetty

We have build one site using frappe builder in local bench
So which is better option?

  • Custom APP
  • Direct create on live site

If we are working directly on the live site, how should we handle updates? Should we make changes directly on the live site whenever updates are needed?

Thanks!

Must use Custom App option.

Your work (build site) will be saved after updated

The main challenge is managing the website’s files—how will we handle asset management?

Like images?

Yes images and other files(builder uploads)

Images you can save in the directory of custom app

when you push your custom app to github
then git will handle the version of all files.

If I upload images using drag and drop, they are automatically uploaded to the ‘builder upload’ folder on the site by default. And file path needs to be updated in the code each time.

Any one help on this? Please