Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thypon/glassfish-devenv
Glassfish Dev Environment
https://github.com/thypon/glassfish-devenv
Last synced: 21 days ago
JSON representation
Glassfish Dev Environment
- Host: GitHub
- URL: https://github.com/thypon/glassfish-devenv
- Owner: thypon
- Created: 2015-10-31T20:51:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T20:52:10.000Z (about 9 years ago)
- Last Synced: 2023-03-12T06:38:08.934Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
glassfish-devenv
================Development Environment for Glassfish.
This creates a dev. environment virtual machine with [Vagrant](http://vagrantup.com/).
Hardware Requirements
---------------------- CPU: Dual Core or more
- Memory: 2GB or moreSoftware Requirements
---------------------- [Install Virtualbox](https://www.virtualbox.org/wiki/Downloads)
- [Install Vagrant](http://downloads.vagrantup.com/)Getting Started
---------------Create the virtual machine and installs all the needed packages:
user@host> vagrant up # It can takes several hours depending on your internet connection
user@host> vagrant ssh # This command brings you inside your build environment
vagrant@guest> make # this command downloads glassfish inside src/ and do a clean build
From now on your glassfish source code should be inside src/ directory. To start working on the code run Eclipse following [this video guide](nolinkfornow).
Lightweight Environment
-----------------------For a lightweight approach on older PCs it's advised to install ubuntu on bare metal following what's written in [[README.ubuntu]].
Usefull Links
-------------- [Vagrant Docs](http://docs.vagrantup.com/v2/)
- [Virtualbox Docs](https://www.virtualbox.org/wiki/Documentation)