Skip to content

Commit 27048b3

Browse files
committedSep 2, 2019
Updating README.md
1 parent d0f4312 commit 27048b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,18 @@ Note: please make sure that you change/modify commands according to your needs
2020
- mkdir PostgreSQL-10
2121
- Build PostgreSQL with your required features, and install it in directory which you have created in step 2
2222
- Clone git repository
23-
- git clone https://github.com/2ndQuadrant/2uda-installer.git
23+
- git clone https://github.com/2ndQuadrant/2uda.git
2424
- Create new directory(Builds) on root of the 2UDA repository
2525
- mkdir Builds
2626
- 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
2727
- Windows
2828
- Linux
2929
- MacOS
3030
- Copy your build inside particular folder(We will copy it inside Linux)
31-
- cp -r 10/ Builds/Linux/
31+
- cp -r PostgreSQL-10 Builds/Linux/
32+
3233
Note: If you do not put build in specific folder then installbuilder will fail to generate installer.
34+
3335
- Create a new directory inside Builds/Linux as Orange and put latest Orange binaries there
3436
- Open installer-properties.sh file and modify it as per your needs
3537
- vim installer-properties.sh

0 commit comments

Comments
 (0)