How to install a custom app to another bench?

What is the easiest way to do this? Both benches are on the same virtual private server.

How to update the “production bench” with changes made on “development bench”?

Thanks.

Just push your app to GitHub from your developer bench and pull in your production bench.

1 Like

Do I have to write code to generate the app’s tables in the new database or is this somehow taken care of by Frappe?

Frappe will sync your schema when you update your app.