Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Managing Frappe/ERPNext Custom Code via GitHub
Rating: 4.3 out of 5(84 ratings)
1,446 students

Managing Frappe/ERPNext Custom Code via GitHub

Ensuring safety of your custom code even in the event of an update from ERPNext and/or Frappe Framework
Created byKarani Geoffrey
Last updated 11/2022
English

What you'll learn

  • How to setup your ERPNext/Frappe development environment the right way
  • The importance of having a custom app when customizing ERPNext
  • How to setup a GitHub repository
  • How to synchronize custom code between GitHub and your Development Environment
  • Ensuring your customization doesn't get overwritten when you do an update for ERPNext

Course content

1 section7 lectures55m total length
  • Introduction2:24

    This is an introductory video. In this video we will go through what we will be learning in this series.

  • The Walk-through4:04
  • Finalizing installation of both instances7:30
  • Create a custom app and push it to GitHub7:46
  • Creating a DocType and Pushing its code to GitHub15:08
  • Getting Custom App From GitHub To Our Remote Server9:20
  • Making a change to the DocType and deploying the changes to the cloud server9:04

Requirements

  • Basic Python
  • Basic JavaScript

Description

When you are a software developer, GitHub is a handy tool when it comes to version control. GitHub also helps us to manage how code goes to the production server. When doing development with ERPNext and/or the Frappe Framework, we can also manage our code with GitHub.

All development and any customization needed is done on the local instance. Once a feature is working well locally, or maybe its a completed bug fix, we push the code to whatever GitHub branch that is managing the code. Our remote instance then pulls the code from GitHub.

There are two ways for getting the code to the live server from GitHub. You can either Pull the code manually or you Automate with GitHub actions. Either way, this is a very effective process that will ensure your custom app is safe and any customization you do is being launched smoothly.

This is all taken care of in this series.

TOPICS COVERED

  • Introduction

  • Walk-through

  • Finalizing the installation of Local and Remote Instances

  • Creating a custom app and pushing the code to GitHub

  • Creating a DocType and pushing its code to GitHub

  • Getting custom app from GitHub to our remote/cloud server

  • Making a change to the DocType and deploying the changes to the cloud server with bench migrate

Who this course is for:

  • ERPNext Developers who want to understand how to customize ERPNext and maintain their custom code in the event of an update
  • Software Developers who want to understand how to use GitHub to manage their code