Skip to content

Commit 42206a4

Browse files
authored
Merge pull request #477 from PaulNeumann/476-clarify_database_readme
Clarify OracleDatabase/README.md
2 parents 2157f2e + 5d14c8a commit 42206a4

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)