This commit is contained in:
nathan 2016-06-01 11:29:43 -04:00
parent 0a0a37a90f
commit 29df6762e1
4 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

2
scripts/install_apex.sql Normal file → Executable file
View File

@ -15,6 +15,6 @@ begin
apex_application_install.generate_offset;
end;
/
@apex/install
@install.sql
/
quit

View File

@ -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]: "