public inbox for [email protected]  
help / color / mirror / Atom feed
How to run source code in pgadmin
5+ messages / 2 participants
[nested] [flat]

* How to run source code in pgadmin
@ 2024-10-01 08:23 Vikas Dhiman <[email protected]>
  2024-10-01 09:37 ` Re: How to run source code in pgadmin Aditya Toshniwal <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Vikas Dhiman @ 2024-10-01 08:23 UTC (permalink / raw)
  To: [email protected]

Hi Team,

I want to know "How do I run pgadmin source code in our local machine
using docker?"
Can you please help me?

Thanks & Regards
Vikas Dhiman





^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: How to run source code in pgadmin
  2024-10-01 08:23 How to run source code in pgadmin Vikas Dhiman <[email protected]>
@ 2024-10-01 09:37 ` Aditya Toshniwal <[email protected]>
  2024-10-01 10:45   ` Re: How to run source code in pgadmin Vikas Dhiman <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Aditya Toshniwal @ 2024-10-01 09:37 UTC (permalink / raw)
  To: Vikas Dhiman <[email protected]>; +Cc: [email protected]

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 <[email protected]>
wrote:

> Hi Team,
>
> I want to know "How do I run pgadmin source code in our local machine
> using docker?"
> Can you please help me?
>
> Thanks & Regards
> Vikas Dhiman
>
>
>

-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Architect | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: How to run source code in pgadmin
  2024-10-01 08:23 How to run source code in pgadmin Vikas Dhiman <[email protected]>
  2024-10-01 09:37 ` Re: How to run source code in pgadmin Aditya Toshniwal <[email protected]>
@ 2024-10-01 10:45   ` Vikas Dhiman <[email protected]>
  2024-10-01 10:54     ` Re: How to run source code in pgadmin Aditya Toshniwal <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Vikas Dhiman @ 2024-10-01 10:45 UTC (permalink / raw)
  To: Aditya Toshniwal <[email protected]>; +Cc: [email protected]

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
<[email protected]> wrote:
>
> 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 <[email protected]> wrote:
>>
>> Hi Team,
>>
>> I want to know "How do I run pgadmin source code in our local machine
>> using docker?"
>> Can you please help me?
>>
>> Thanks & Regards
>> Vikas Dhiman
>>
>>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Architect | enterprisedb.com
> "Don't Complain about Heat, Plant a TREE"





^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: How to run source code in pgadmin
  2024-10-01 08:23 How to run source code in pgadmin Vikas Dhiman <[email protected]>
  2024-10-01 09:37 ` Re: How to run source code in pgadmin Aditya Toshniwal <[email protected]>
  2024-10-01 10:45   ` Re: How to run source code in pgadmin Vikas Dhiman <[email protected]>
@ 2024-10-01 10:54     ` Aditya Toshniwal <[email protected]>
  2024-10-01 11:14       ` Re: How to run source code in pgadmin Vikas Dhiman <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Aditya Toshniwal @ 2024-10-01 10:54 UTC (permalink / raw)
  To: Vikas Dhiman <[email protected]>; +Cc: [email protected]

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 <[email protected]>
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-9034840635 / +91-9518636811
>
>
> On Tue, Oct 1, 2024 at 3:08 PM Aditya Toshniwal
> <[email protected]> wrote:
> >
> > 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 <[email protected]>
> wrote:
> >>
> >> Hi Team,
> >>
> >> I want to know "How do I run pgadmin source code in our local machine
> >> using docker?"
> >> Can you please help me?
> >>
> >> Thanks & Regards
> >> Vikas Dhiman
> >>
> >>
> >
> >
> > --
> > Thanks,
> > Aditya Toshniwal
> > pgAdmin Hacker | Sr. Software Architect | enterprisedb.com
> > "Don't Complain about Heat, Plant a TREE"
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Architect | *enterprisedb.com*
<https://www.enterprisedb.com/;
"Don't Complain about Heat, Plant a TREE"


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: How to run source code in pgadmin
  2024-10-01 08:23 How to run source code in pgadmin Vikas Dhiman <[email protected]>
  2024-10-01 09:37 ` Re: How to run source code in pgadmin Aditya Toshniwal <[email protected]>
  2024-10-01 10:45   ` Re: How to run source code in pgadmin Vikas Dhiman <[email protected]>
  2024-10-01 10:54     ` Re: How to run source code in pgadmin Aditya Toshniwal <[email protected]>
@ 2024-10-01 11:14       ` Vikas Dhiman <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Vikas Dhiman @ 2024-10-01 11:14 UTC (permalink / raw)
  To: Aditya Toshniwal <[email protected]>; +Cc: [email protected]

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
<[email protected]> wrote:
>
> 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 <[email protected]> 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-9034840635 / +91-9518636811
>>
>>
>> On Tue, Oct 1, 2024 at 3:08 PM Aditya Toshniwal
>> <[email protected]> wrote:
>> >
>> > 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 <[email protected]> wrote:
>> >>
>> >> Hi Team,
>> >>
>> >> I want to know "How do I run pgadmin source code in our local machine
>> >> using docker?"
>> >> Can you please help me?
>> >>
>> >> Thanks & Regards
>> >> Vikas Dhiman
>> >>
>> >>
>> >
>> >
>> > --
>> > Thanks,
>> > Aditya Toshniwal
>> > pgAdmin Hacker | Sr. Software Architect | enterprisedb.com
>> > "Don't Complain about Heat, Plant a TREE"
>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Architect | enterprisedb.com
> "Don't Complain about Heat, Plant a TREE"






^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2024-10-01 11:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-10-01 08:23 How to run source code in pgadmin Vikas Dhiman <[email protected]>
2024-10-01 09:37 ` Aditya Toshniwal <[email protected]>
2024-10-01 10:45   ` Vikas Dhiman <[email protected]>
2024-10-01 10:54     ` Aditya Toshniwal <[email protected]>
2024-10-01 11:14       ` Vikas Dhiman <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox