Re: PATCH: pgAdmin4 windows installer

Поиск
Список
Период
Сортировка
От Paresh More
Тема Re: PATCH: pgAdmin4 windows installer
Дата
Msg-id CAAgiCNHvkVb125RpRc5BfyeSNv-VTZc3u+-ctVbDiCDQ5ceUDg@mail.gmail.com
обсуждение исходный текст
Ответ на PATCH: pgAdmin4 windows installer  (Paresh More <paresh.more@enterprisedb.com>)
Список pgadmin-hackers
Hello Team,
This is regarding pgAdmin4 windows 32 bit installer (runtime mode) using python 2.7

What the patch will create ?
-It would create a folder as pkg/win32
-It would create Make.bat,installer.iss, and Resource folder  inside pkg/win32 folder

What Make.bat would generate 
-It would create private environment and install all the dependencies(requirements_py2.txt) inside the environment.
-It would then compile the runtime source code using QT(5.5.1) and VC2013 
-It would bundle the pgadmin binary file and required dependencies such as QT, python(2.7) using INNO setup tool and generate the windows 32 bit installer (pgadmin4-runtime.exe) in pkg/win32/Release folder.

The pgadmin4-runtime.exe is a single file installer for installing pgAdmin4 runtime mode on windows 32 bit machine.


On Fri, Mar 25, 2016 at 5:10 PM, Paresh More <paresh.more@enterprisedb.com> wrote:
Hello Team,

Attached is the patch which will create windows 32 installer for pgAdmin4 (runtime mode) for python 2.7 version.

This installer code has problem with psycopg2(2.5.2 version) for windows

As discussed with Ashesh Vashi, I have changed to point to 2.6.1 version and now the installer is working fine.

So it would now generate windows 32 bit installer using psycopg2 (2.6.1 version)

Kindly please review and let me know if any changes required.

Please also suggest whether we should go with 2.5.2(psycopg2) or with the latest version.

--

Thanks & Regards

Paresh More

NEW-EDB-logo-4c

Pune, India.

Cell :  +919922000564 |  www.enterprisedb.com



--

Thanks & Regards

Paresh More

NEW-EDB-logo-4c

Pune, India.

Cell :  +919922000564 |  www.enterprisedb.com

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: Fixed select2 control template [pgAdmin4]
Следующее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Grant Wizard