From d84fd8d4f865782f50e9eb76a54f89c75351d235 Mon Sep 17 00:00:00 2001 From: Jozsef Marton Date: Sat, 19 Nov 2016 16:09:01 +0100 Subject: [PATCH] Update README with ORACLE_DOWNLOAD_DIR description --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 236196b..14b603b 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,13 @@ the current license agreement for [Oracle Database Express Edition][]. - ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip - ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe - ORACLE_SID=XE + #- ORACLE_DOWNLOAD_DIR=/tmp/download/location ``` +The ```ORACLE_DOWNLOAD_DIR``` environment variable is optional. If set and non-empty, the +[Oracle Database Express Edition][] installer will be downloaded there. +This can also be utilized for [caching on Travis CI][]. + 3. Download and extract the [latest release][] into your project. For example, ```shell @@ -58,6 +63,7 @@ has both normal and DBA access without a password, i.e. `/` and `/ AS SYSDBA`. `$ORACLE_HOME/rdbms/public`, respectively. [environment variables]: https://docs.travis-ci.com/user/environment-variables/ +[caching on Travis CI]: https://docs.travis-ci.com/user/caching/ [latest release]: https://github.com/cbandy/travis-oracle/releases/latest [OCCI]: http://www.oracle.com/pls/topic/lookup?ctx=xe112&id=LNCPP [OCI]: http://www.oracle.com/pls/topic/lookup?ctx=xe112&id=LNOCI