Skip to content

Commit

Permalink
Added installation scripts and updated ZIP_UTIL library
Browse files Browse the repository at this point in the history
  • Loading branch information
commi235 committed Nov 11, 2014
1 parent 57c2419 commit 5785023
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
PPTX_CREATOR
============
Create pptx files from a template replacing substitution strings.
Create PPTX files from a template replacing substitution strings.

INSTALLATION
------------
First install the "Alexandria PL/SQL Utility Library". (http://code.google.com/p/plsql-utils).
You can either install the full library or just the parts PPTX Creator depends on.
Dependencies on the library are marked with "AX" below.
Simply run the provided "install_all.sql" file if you want everything installed at once.
If you have the referenced libraries already you can run "install_main.sql" to install the main package.
If you just want to install the ZIP_UTIL_PKG then run "/lib/zip_util/install.sql".

DEPENDENCIES
------------
1. T_STR_ARRAY (AX)
2. STRING_UTIL_PKG (AX)
3. SQL_UTIL_PKG (AX)
4. ZIP_UTIL_PKG (AX)
4. ZIP_UTIL_PKG (Included)
5. DBMS_XMLDOM (Oracle XDB)
6. XMLTYPE (Oracle XDB)
5 changes: 5 additions & 0 deletions install_all.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
REM Full Installation
SET DEFINE OFF

@@lib/zip_util/install.sql
@@install_main.sql
4 changes: 4 additions & 0 deletions install_main.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
REM Install PPTX Creator
SET DEFINE OFF
@@pptx_creator_pkg.pks
@@pptx_creator_pkg.pkb
2 changes: 1 addition & 1 deletion lib/zip_util
Submodule zip_util updated 2 files
+4 −0 install.sql
+1 −1 zip_util_pkg.pks

0 comments on commit 5785023

Please sign in to comment.