Re: How to run source code in pgadmin

2024-10-01 Thread Aditya Toshniwal
Hi Vikas, You can create an image locally by running the command "make docker" in the home directory. On Tue, Oct 1, 2024 at 4:15 PM Vikas Dhiman wrote: > Can you please help me how to build an image using pgadmin source code > and how I run this? > > Thanks & Regards > Vikas Dhiman > +91-90348

Re: How to run source code in pgadmin

2024-10-01 Thread Vikas Dhiman
I tried many ways but it's not working Thanks & Regards Vikas Dhiman +91-9034840635 / +91-9518636811 On Tue, Oct 1, 2024 at 4:24 PM Aditya Toshniwal wrote: > > Hi Vikas, > > You can create an image locally by running the command "make docker" in the > home directory. > > On Tue, Oct 1, 2024 a

Re: How to run source code in pgadmin

2024-10-01 Thread Vikas Dhiman
Can you please help me how to build an image using pgadmin source code and how I run this? Thanks & Regards Vikas Dhiman +91-9034840635 / +91-9518636811 On Tue, Oct 1, 2024 at 3:08 PM Aditya Toshniwal wrote: > > Hi Vikas, > > You can check this article on how to run pgAdmin using source code -

Re: How to run source code in pgadmin

2024-10-01 Thread Aditya Toshniwal
Hi Vikas, You can check this article on how to run pgAdmin using source code - https://www.enterprisedb.com/blog/setup-pgadmin-dev-env. You'll have to figure out yourself how dockers fits in here. On Tue, Oct 1, 2024 at 2:04 PM Vikas Dhiman wrote: > Hi Team, > > I want to know "How do I run pga