You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,23 +24,23 @@ Once you've synced with GitHub, the folder should contain the source code for Po
24
24
1) Run the installation script install.pl.
25
25
26
26
```
27
-
perl install.pl [abs_path]
27
+
perl scripts/install.pl [abs_path]
28
28
```
29
29
30
30
[abs_path] is the absolute path to the directory where you want PostgreSQL installed. The directory should exist before running this script. This will also create a folder "data" in the PostgreSQL folder; this is where the database will be located.
31
31
32
32
2) Run the database server script pgbackend.pl.
33
33
34
34
```
35
-
perl pgbackend.pl
35
+
perl scripts/pgbackend.pl
36
36
```
37
37
38
38
The install.pl script stores the install path in a separate file, so there shouldn't be any need to specify it.
39
39
40
40
3) In a second terminal, run the database interaction script pgfrontend.pl.
0 commit comments