Changes not reflecting instantly

@Kal_Lam @stephenoduor Hi, I set up the latest version of kobotoolbox in my local, but I am facing issues when I edit the code, it does’n reflect instantly,also faching “Network kobofe_kobo-fe-network” issues how can i fix this ,

Welcome to the community, @ashik! Pinging @stephenoduor and @ks_1 to see if they are available for your support.

Hello @ashik, did you check Rebranding - #4 by stephenoduor

Regarding the rebranding and customization process, here is my workflow:

1. Clone the KPI (or any other KoboToolbox component you want to customize) from the GitHub repository to my local machine.

2. Open the code in my code editor.

3. Make the necessary changes and build the new KPI image, ensuring it is correctly tagged.

4. Push the new KPI Docker image to the Docker repository.

5. Pull and replace the existing image with the customized one.

6. Finally, restart KoboToolbox.

Note: A thorough understanding of Docker, Docker Compose, Python3/Django framework, and React is essential for this process.

Best regards,
Stephen Oduor


@stephenoduor, :bowing_man:

How can I check if the custom changes are reflected during development? Is there any way? @stephenoduor

@ashik By development I guess you have a local kobo instance, You can Build kpi and kobocat (dev mode):

$kobo-install> python3 run.py --build

@stephenoduor , when I update in Kpi , it will not reflect instantly,only reflect after prune and rebuilt it will take time, is there any way to reflect the changes form kpi and kobocat instantly.