Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with ORACLE_DOWNLOAD_DIR description #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down