diff --git a/README.md b/README.md index 0cf2098..52f72de 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Ensure you have ojdbc6.jar at $ORACLE_HOME/jdbc/lib clone the project Create an empty app in apex to get an app id create a config file in ./scripts +##TODO remove all make references in the project ## Makefile Commands ##### make help Display this help text diff --git a/scripts/check_conf_file.sh b/scripts/check_conf_file.sh index 581b907..f2b0002 100755 --- a/scripts/check_conf_file.sh +++ b/scripts/check_conf_file.sh @@ -4,7 +4,7 @@ if [ ! -h ./config/apexupdate.conf ]; then echo "Missing symbolic link: $PWD/config/apexupdate.conf" - echo "Please use the command 'make switch-config-file' to create the symbolic link ./config/apexupdate.conf to your config file" + echo "Please use the command 'npm run switch-conf-file' to create the symbolic link ./config/apexupdate.conf to your config file" echo "If you don't have a config file set up you can create one using 'make new-config-file'" exit 1 fi diff --git a/scripts/install_apex.sql b/scripts/install_apex.sql old mode 100644 new mode 100755 index bdac140..9dc61ce --- a/scripts/install_apex.sql +++ b/scripts/install_apex.sql @@ -15,6 +15,6 @@ begin apex_application_install.generate_offset; end; / -@apex/install +@install.sql / quit diff --git a/scripts/make-new-config-file.sh b/scripts/make-new-config-file.sh index 0b8f4b3..6dabdc2 100755 --- a/scripts/make-new-config-file.sh +++ b/scripts/make-new-config-file.sh @@ -22,7 +22,7 @@ read apexappid echo -n "Please enter the name of your workspace: " read workspace_name -echo -n "Please enter the parsing schema for the app you are using: " +echo -n "Please enter the parsing schema for the app you are using. Note that parsing schema should be all caps: " read parsing_schema echo -n "Please enter your Apex database connection in the following format [Hostname:port/SID]: "