Skip to content
trent- edited this page Jul 1, 2014 · 7 revisions

Git method:

git clone https://github.com/trent-/pl-gapi.git
cd pl-gapi
sqlplus schema/password@//example.com/orcl
@install.sql

Zip method:

wget https://github.com/trent-/pl-gapi/archive/master.zip -O plgapi.zip
unzip plgapi.zip
cd pl-gapi-master
sqlplus schema/password@//example.com/orcl
@install.sql