Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabha Parameswaran committed Jan 6, 2015
1 parent 24e44eb commit c690d97
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .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
*~
*#
#*
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit c690d97

Please sign in to comment.