Replies: 2 comments 1 reply
-
Hi @TSmiley12 , We understand that many users, including you, customize the system to fit specific organizational workflows. When we release an update—such as our recent migration of workflow operations from function-based views to class-based views—we ensure that only this specific section of the codebase is affected. If you've made local modifications, here’s how we recommend updating without losing your changes: Pull the latest update from the official Horilla repo – this includes only the updated workflow views. Use Git version control with branching: Ensure your customizations are committed on a separate branch (e.g., custom-features). Merge the latest main (or stable) branch from Horilla into your branch. Resolve conflicts carefully – since we only updated the workflow-related views, the rest of the application remains untouched. You’ll primarily review and resolve changes only in that part. Test your custom features alongside the updated workflow views to confirm everything integrates smoothly. This way, you can stay up to date with Horilla’s improvements while preserving your custom implementations. Best Regards, |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I have installed the project by cloning it on my Windows 10 local machine and tested all the modules successfully. Now I want to make it live so that my employees can access the system (including the Android app). My requirements are: I do not want to use any paid hosting or domain service. The application should run from my local server / LAN. Employees within the office network should be able to access it on their PCs and Android devices. Has anyone implemented a similar setup? Could you please guide me with the steps or configuration required to host the system locally and share it over LAN/Wi-Fi? Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Lets assume that you have customized the system to suit your needs and now there is an update released on the repo. How do you update your work without loosing all the modifications/changes/customizations you have already implemented in your work?
Beta Was this translation helpful? Give feedback.
All reactions