Skip to content

patrickjolliffe/vagrant-ords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle 18c XE with ORDS and Reverse Proxies

A Vagrant that demonstrates how to configure caching reverse proxies in front of Oracle ORDS

Required Software

Place the Oracle Express Edition (XE) RPM and ORDS software in the "software" directory before calling the vagrant up command.

Directory contents when software is included.

├── README.md
├── Vagrantfile
├── scripts
│   ├── certs.sh
│   ├── database.sh
│   ├── general.sh
│   ├── hitch.sh
│   ├── httpd.sh
│   ├── nginx.sh
│   ├── ords.sh
│   ├── siege.sh
│   ├── tomcat.sh
│   └── varnish.sh
├── software
│   ├── oracle-database-xe-18c-1.0-1.x86_64.rpm
│   ├── ords-19.1.0.092.1545.zip
│   ├── ords-19.2.0.199.1647.zip
│   └── put_software_here.txt
└── testsuite
    ├── ords-auto-manual
    ├── ords-connections
    ├── ords-demo
    ├── ords-protocols
    ├── ords-rev-proxy
    ├── ords-threads
    ├── ords-tps
    ├── ords-urls.py
    ├── ords-versions
    └── ords-warmup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published