Skip to content

Commit cbc2872

Browse files
author
Mohamed Sarwat
committed
Update README.md
1 parent 1dee7f9 commit cbc2872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ RecDB is designed to be run on a Unix operating system. At least 1GB of RAM is r
2121

2222
Once you've synced with GitHub, the folder should contain the source code for PostgreSQL, as well as several Perl scripts in a directory named "./PostgreSQL/scripts/". If you are familiar with installing PostgreSQL from source, RecDB is installed the exact same way; for the sake of simplicity, however, we have included these scripts that will simplify the process. Note that the installation and remake-related scripts MUST be run from within the PostgreSQL folder in order for them to work correctly.
2323

24-
0. Run the installation script install.pl.
24+
1) Run the installation script install.pl.
2525

2626
```
2727
perl install.pl [abs_path]
2828
```
2929

3030
[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.
3131

32-
1. Run the database server script pgbackend.pl.
32+
2) Run the database server script pgbackend.pl.
3333

3434
```
3535
perl pgbackend.pl
3636
```
3737

3838
The install.pl script stores the install path in a separate file, so there shouldn't be any need to specify it.
3939

40-
2. In a second terminal, run the database interaction script pgfrontend.pl.
40+
3) In a second terminal, run the database interaction script pgfrontend.pl.
4141

4242
```
4343
perl pgfrontend.pl [db_name] [server_host]

0 commit comments

Comments
 (0)