Job Seeker is a web platform, built for people to post and find jobs. It might serve students, freelancers or organizations.
You should install the following programs before proceeding:
Git is a Version Control System (VCS) - the practice of tracking and managing changes to software code. Version control systems are software tools that help software teams manage changes to source code over time.
We will use Git to download this project in the steps below. Download Git Here!
VirtualBox is a hypervisor, which lets us create and run virtual machines.
During the installation process, Windows might pop-up some warning windows about installing device driver software, please confirm for it that the software should be installed. VirtualBox supports various OS to host virtual machines. Download VirtualBox Here!
Vagrant is a tool for using virtual machines to share development environments. Learn more about it here.
Please make sure you have Vagrant installed on your computer, if not then install the latest version of Vagrant for your current operating system. Download Vagrant Here!
Ensure virtualization hardware is enabled in BIOS settings. An explanation on how to do it can be found here.
git clone https://github.com/redhat-beyond/JobSeeker
cd JobSeeker
vagrant up
This will bring up Vagrant and Virtualbox, to start the application.
ATTENTION: If this is the first time you run this command, then a network connection is essential.
Afterwards, the web application will be presented on http://localhost:8000
Run the command:
vagrant destroy
After running the last command, the terminal will prompt the following:
default: Are you sure you want to destroy the 'default' VM? [y/N]
Type: y
More can be found here!