upleveled / system-setup

Set up a PERN development environment on Windows, macOS and Linux
28 stars 19 forks source link

Reorder Perl scripts to run after shell sourcing #90

Closed Eprince-hub closed 4 months ago

Eprince-hub commented 4 months ago

Running the Perl scripts in the current order causes an error as Perl cannot find the file path needed to the postgresql.conf The shell needs to be sourced after Postgres installation and PGDATA setup before Perl can be run successfully. Changing the order of Perl commands in the setup guide so that students will run it when the file it need is ready