From c690d9770e0db21c646583027d8276ca1b779b79 Mon Sep 17 00:00:00 2001 From: Sabha Parameswaran Date: Mon, 5 Jan 2015 17:54:48 -0800 Subject: [PATCH] Update README --- .gitignore | 16 ++++++++++++++++ README.md | 10 +++++----- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10ab9ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +config/dev.yml +config/private.yml +releases/*.tgz +releases/**/*.tgz +dev_releases +.blobs +blobs +.dev_builds +.idea +.DS_Store +.final_builds/jobs/**/*.tgz +.final_builds/packages/**/*.tgz +*.swp +*~ +*# +#* diff --git a/README.md b/README.md index f8adc3f..af73aef 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Bosh Release for Oracle XE database. `WORK IN PROGRESS NOT READY, FEW BUGS, NEEDS BETTER DOCUMENTATION AND REFACTORING. PULL REQUESTS WELCOME` -This is a simple bosh release for installing and running Oracle XE database instance for purely dev purpose on Bosh managed infrastructure. The release would also deploy a co-located java based [Oracle Service Broker] [https://github.com/viniciusccarvalho/cf-oracle-servicebroker] app that would broker and manage the Oracle XE instance for use with Cloud Foundry based apps. This would create a new vm using the specified ip and install and create the Oracle XE instance and run the java service broker app connecting to the XE instance. Please refer to the service broker app for more details on managing and interacting with the app. +This is a simple bosh release for installing and running Oracle XE database instance for purely dev purpose on Bosh managed infrastructure. The release would also deploy a co-located java based [Oracle Service Broker] (https://github.com/viniciusccarvalho/cf-oracle-servicebroker) app that would broker and manage the Oracle XE instance for use with Cloud Foundry based apps. This would create a new vm using the specified ip and install and create the Oracle XE instance and run the java service broker app connecting to the XE instance. Please refer to the service broker app for more details on managing and interacting with the app. The Oracle XE install should be accessible for download. ## Setting up -Download the Oracle XE install binary and make it available on the network for download by Bosh. +Download the [Oracle XE Install] ( http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html) for Linux x64 bit version and make it available on the network for download by Bosh. -Also, download the Oracle Thin JDBC Driver (version that would work with 11g or 12c DB release in jar file format) and make it available on the network for download by Bosh. +Also, download the [Oracle Thin JDBC Driver] (http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html) version that would work with 11g or 12c DB release (named ojdbc\* in jar file format) and make it available on the network for download by Bosh. ## Building the release @@ -27,8 +27,8 @@ bosh -n upload release releases/oracle-xe/oracle-xe-11.2.tgz ``` ## Download Oracle XE Binary install -Download the Oracle XE install binary and make it available on the network for download by Bosh. -Also, download the Oracle Thin JDBC Driver (version that would work with 11g or 12c DB release in jar file format) and make it available on the network for download by Bosh. +Download the Oracle XE install binary for Linux x64 platform and make it available on the network for download by Bosh. +Also, download the Oracle Thin JDBC Driver version that would work with 11g or 12c DB release (in jar file format) and make it available on the network for download by Bosh. Edit the xe_install_download_url to point to the correct location of the XE binary install (in rpm format) in the bosh deployment plan under properties -> oracle_xe section. Edit the jdbc_driver_download_url to point to the correct location of the jdbc driver (in jar format) in the bosh deployment plan under properties -> oracle_xe_sb section.