Download Eclipse from official website (For Java developer) - https://www.eclipse.org/downloads
Install PyDev (Help --> Install new software --> http://www.pydev.org/updates)
Clone your local branch you want to work on (with git bash or with git eclipse plugin)
Import the project (che the configuration file)
Set the python interpreter
Set the project as "PyDev" project (Right click --> Set as PyDev)
Create debug configuration
Arguments (--config=path to your configuration file --update= The application you want to work on)
Main
Interpreter
Create database user on Postgres (if necessary)
Start the application
Import the database:
http://localhost:8070/web/database/managerhttp://localhost:8070/web/database/manager
1