Vagrant project with Tomee and PostgreSQL. This is an application to manage a car shop. You can insert cars, and carmaker and analyze all your product. We work with two virtual machine, one for web server and a second for database server.
- Download and install Virtualbox https://www.virtualbox.org/wiki/Downloads
- Download and install Vagrant http://www.vagrantup.com/downloads.html
- You must download the latest version from site. Your vagrant version (
vagrant -v
) have to be >= 1.4 - Ubuntu users: The package in Ubuntu Software Center or in apt is OLD. Download the new version from site.
- You must download the latest version from site. Your vagrant version (
- Download and unzip this repository. It contains all Vagrant configurations to build VM.
- Move with your command line to unzipped directory
- Run
vagrant up
- Test our application here
You can find the application used in this project at this link: click here