File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424# path to the usage and legal file
2525USAGE_AND_LEGAL_PATH = "{}/etc/text_files/general" .format (CUR_DIR )
2626
27- # path to the bash script to stack the PostgreSQL service
28- START_POSTGRESQL_PATH = "{}/etc/scripts/start_postgre.sh" .format (CUR_DIR )
29-
30- # path to the bash script to stack the PostgreSQL service on OSX
31- START_POSTGRESQL_OSX_PATH = "{}/etc/scripts/start_postgre_osx.sh" .format (CUR_DIR )
32-
33- # path to the bash script to start the Apache service
34- START_APACHE_PATH = "{}/etc/scripts/start_apache.sh" .format (CUR_DIR )
35-
36- # path to the bash script to start the Apache service on OSX
37- START_APACHE_PATH = "{}/etc/scripts/start_apache_osx.sh" .format (CUR_DIR )
27+ # one bash script to rule them all takes an argument via the operating system
28+ START_SERVICES_PATH = "{}/etc/scripts/start_services.sh" .format (CUR_DIR )
3829
3930# path to the file that will contain our query
4031QUERY_FILE_PATH = tempfile .NamedTemporaryFile (delete = False ).name
You can’t perform that action at this time.
0 commit comments