Transfer app to another machine

i developed an app on one machine. app is in developer mode. now i want to transfer this app to another macihne for production.so how can i transfer this app. any help will be more helpful to me.

Thanks,
Hardik Mehta

@Hardik_Mehta,

Use Github, push your app to git repo and pull the same app using bench get-app command.

Thanks, Makarand

2 Likes

@makarand_b thanks for your response does this successfully works for you?

@Hardik_Mehta,

Yes

@makarand_b can you please provide steps on how to do this i have basic idea of git system.

go through Set up Git - GitHub Docs

1 Like