As per Envato policy installation, setup and configurations or modification are not included in free support. Free support is only for any bug/ error in original code. we do not provide installation and customization support in FREE SUPPORT.
Still, We are providing steps for How to update future release code to existing source code for your knowledge purpose.
If you want which file changes are on the latest updated version then you have to manage the git repository by yourself.
Here we have provided steps on how to update existing source code.
Login or register your account with github:https://github.com/login
In your dashboard, click the green New button. This opens the New project page.
Once project is created on your github server. You have to clone the project to your local system. You can clone it with the command line.
For ex: git clone https://github.com/YOURUSERNAME/your-repository-name.git
Copy your project url and clone into your exiting system
Once successfully clone then system will create a folder on your system
Once successfully downloaded project from codecanyon, copy/paste your downloaded project into clone directories
Note:
Only orignal source code is put here.
Onces copy/paste your changes to clone directres, you have to push all files to your github server. For that use the following commands.
After That follow below steps
Write your latest version message instead of “initial commit”.
NOTE: If you remove the project from the local system then clone the project again from your github server. Follow the same above Step 3: Clone your project to your local system
Once you will received mail for updates. Just download latest code from codecanyon server.
Once successfully downloaded project from codecanyon, copy/paste your downloaded project into clone directories
Note:
Only orignal source code is put here.
Follow same Step 6: Commit and push to github server
After committing your latest changes. Goto github project dashboard and click on commit link.
Click on “XX changed file” to see which file has been changed.
Connect to server and open project directory
Run “git init” command to initialize git
Run following commant to connect your server with github repository. Don’t forget to put your oauth key and github repository url.
Pull changes using following command