The project will create a Ubuntu based vm and provision the box with Glassfish and the necessary dependencies. Additionally, various technologies have been installed to the stack.
Current Stack:
- OS: Ubuntu LTS 10.2
- Latest Open JDK
- GlassFish V4 (installed as a service)
Vagrant is a system used for creating and configuring virtual development environments. To get started with this project you'll need to:
- download VirtualBox (used by Vagrant)
- download Vagrant
- Download the aforementioned software.
- Clone this repository.
- Run
vagrant up
from the cloned repo - In a few minutes you should have a clean GlassFish install
Accessing the server:
- Glassfish console: http://localhost:4848
- Default domain: http://localhost:8080