Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Postgres Installer by 2ndQuadrant

License

NotificationsYou must be signed in to change notification settings

2ndQuadrant/postgres-installer

Repository files navigation

This Postgres Installer code is copyright under GNU General Public License v3.0.For more copyright details please refer tohttps://github.com/2ndQuadrant/postgres-installer/blob/master/LICENSE

Overview

Postgres Installer is a multi-platform graphical and text mode one click installer. Its code is written in bitrock and tested with InstallBuilder version 19. You can generate installers for following 3 platforms i.e.

  • Windows
  • MacOS
  • Linux

To know more about Postgres Installer and its features please refer to postgres Installer page on our website:https://www.2ndquadrant.com/en/resources/postgresql-installer-2ndquadrant

Usage

This section gives a simple walk through of the steps to generate a new installer.In this example we are going to generate an installer for Linux using PostgreSQL version 10.5Note: please make sure that you change/modify commands according to your needs

  • Download required PostgreSQL source code fromhttps://www.postgresql.org/ftp/source/
  • Create directory with name of major version of the PostgreSQL
    • mkdir 10
  • Build PostgreSQL with your required features, and install it in directory which you have created in step 2
  • Clone git repository
  • Create new directory(Builds) on root of the Postgres Installer code
    • mkdir Builds
  • Create new sub-directories inside Builds directory(this will reflect platforms for which you are going to generate a new installer. Folder names should be the same as bellow) i.e.
    • Windows
    • Linux
    • OSX
  • Copy your build inside particular folder(We will copy it inside Linux because we are going to generate a Linux installer)
    • cp -r 10/ Builds/Linux/Note: If you do not put build in specific folder then installbuilder will fail to generate installer.
  • Open installer-properties.sh file and modify it as per your needs
    • vim installer-properties.sh
  • Run autogen.sh this will generate PGInstaller.xml file
    • ./autogen.sh
  • Generate your installer for the choice of your platform using PGInstaller.xml file
    • (path-to-install-builder)bin/builder build PGInstaller.xml linux --verboseAt the end you have your Postgres Installer in output directory of installbuilder

Bugs and feedback

For bug report and feedback please email us atpginstaller@2ndquadrant.com or use contact form on our Postgres Installer page:https://www.2ndquadrant.com/en/resources/postgresql-installer-2ndquadrant/

About

Postgres Installer by 2ndQuadrant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp