Hello,
I am confused in case of maintaining development of erpnext site over github. How to maintain it? can be used in production environment?
Please guide.
Hello,
I am confused in case of maintaining development of erpnext site over github. How to maintain it? can be used in production environment?
Please guide.
You can manage both sides of GitHub, but we suggest testing first on a local or development server. After successful testing, pull the changes to the production server.
means
Are you taking about the custom app?
No means in my case i have install all frappe and all on gcp server so from there i wanted to push development to my github repo so in this i was confused. Although i am moving to production so i can use it there. Firstly i am not
You forked Frappe in your GitHub and are using your personal app (Frappe) for the server, right?
@NCP I have just do all the installation and start development 2 month before. Now i am moving to production so i wanted to keep these all development on github. I am not known about it how it maintain over github. If i wanted to push my current development to my github then how i can do it thats my concern.
To move your ERPNext development setup to a production environment and keep it on GitHub, first, create a Git repository in your current setup and push it to GitHub. Then, on your production server, clone this GitHub repository. After cloning, set up ERPNext as usual. This way, your development work is saved on GitHub, and you can easily move it to production.
Reference:
@NCP Ok. I have to push entire frappe-bench right? and more question is when it will be clone for production that all customization in erpnext predefined doctype will come or not?
You have to learn, how to app push on GitHub and how it works. lots of threads in the forum.
Also check the video.