In this repository there's all you need to create a virtual machine for Virtual Box with vagrant.
The machine you'll create it's a Xubuntu Trusty (14.04) 32 or 64 bit.
This machine will have installed:
- JDK 7
- ADT Bundle 22
This machine will have installed:
- JDK 6
- JDK 7
- Eclipse JEE Kepler (with JBoss tools and SVN plugin)
- JBoss 7.1.1
- Apache2
- PHP 5
- MySql
- phpMyAdmin
- Chrome Browser
- Git
- Maven
- DBeaver 2.4.0
This machine will have installed:
- JDK 7
- Jenkins CI (already configured)
- SonarQube (already connected to MySql database)
- Nexus Sonatype
- Maven 3
- Git
- Apache2
- PHP 5
- MySql
- phpMyAdmin
- Chrome Browser
The only application you must have installed on your computer are:
- Vagrant: http://www.vagrantup.com/
- Virtualbox: https://www.virtualbox.org/
After you installed vagrant on your computer, choice a folder where you put:
- Vagrantfile
- bootestrap.sh
For example: c:\vagrant\xubuntu-trusty
Digit on a shell vagrant up.
Now wait that the script creating the machine and install some software which you'll need for your development environment.
Digit on a shell vagrant halt to close the machine.
Re-digit on a shell vagrant up and now you can login with credentials:
- User: vagrant
- Password: vagrant
You have finished! :-)
Enjoy!