Skip to content

Commit 5d14c8a

Browse files
committed
Clarify OracleDatabase/README.md
Update OracleDatabase/README.md to clarify that the "Getting started" steps for each database project may vary. (Also, remove reference to Oracle Linux 7, since some projects use Oracle Linux 8.) Closes #476 Signed-off-by: Paul Neumann <[email protected]>
1 parent 2157f2e commit 5d14c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OracleDatabase/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Oracle Database Vagrant projects
22

3-
This directory contains Vagrant build files to provision an Oracle Database automatically, using Vagrant, an Oracle Linux 7 box and a shell script.
3+
This directory contains Vagrant build files to provision an Oracle Database automatically, using Vagrant, an Oracle Linux box and a shell script.
44

55
## Prerequisites
66

77
Read the [prerequisites in the top level README](../README.md#prerequisites) to set up Vagrant with either VirtualBox or KVM.
88

99
## Getting started
1010

11+
(These steps may vary slightly for each project. **For more information, please check the individual README within each directory!**)
12+
1113
1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`
1214
2. Change into the desired version directory
1315
3. Download the installation zip file(s) from OTN into this directory - first time only:
@@ -16,8 +18,6 @@ Read the [prerequisites in the top level README](../README.md#prerequisites) to
1618
5. Connect to the database.
1719
6. You can shut down the VM via the usual `vagrant halt` and the start it up again via `vagrant up`.
1820

19-
**For more information please check the individual README within each directory!**
20-
2121
## Acknowledgements
2222

2323
Based on:

0 commit comments

Comments
 (0)