This repo contains a lab, which can be used for practice the rhce exam.
The following software need to be installed on your machine:
Download for Packer for your OS
Download VirtualBox for your OS
The repo has the following structure:
rhce-lab/
├── scripts/
│ ├── base.sh
│ ├── dns.sh
│ ├── route_0.sh
│ ├── route_1.sh
│ └── router.sh
├── packer/
│ ├── build/
│ ├── http/
│ | └── ks.cfg
│ └── scripts/
| │ ├── base.sh
│ │ ├── cleanup.sh
│ │ ├── laravel.sh
│ │ ├── vagrant.sh
│ │ └── virtualbox.sh
│ ├── packer.json
├── Vagrantfile
└── README
First clone the repository:
git clone https://github.com/supercoast/rhce-lab
cd rhce-lab
To setup the lab, there are two steps required:
packer build packer/centos7.json
vagrant box add unibe/centos7 build/centos7.box
Finally you can optionally make adjustments in the Vagrant file or just launch the lab with preconfigured options:
vagrant up