]> git.mxchange.org Git - payara-vagrant.git/blob - README.md
No need to have different guest and host ports
[payara-vagrant.git] / README.md
1 # README #\r
2 \r
3 Vagrantfile for Payara.\r
4 \r
5 Currently it uses ubuntu/trusty64 as a base and gets the Java EE Web profile of Payara 4.1.1.154, extracting to /opt/payara/payara-$PAYARA_VERSION.  The provision.sh script contains PAYARA_VERSION and PAYARA_ED variables which can be changed to point to a different version/edition of Payara.\r
6 \r
7 By default, OpenJDK 7 is installed, since that is the latest Java currently available in the Ubuntu repos.  The `JDK` variable can be changed in the provision.sh script to choose to install Oracle JDK 8 instead of OpenJDK.\r
8 \r
9 During provisioning, both domains (`domain1` and `payaradomain`) are configured to enable secure admin mode with a username of `admin` and password of `payara0payara`.\r
10 \r
11 There is still work to be done, but at this point, the file is usable for development/testing purposes.\r
12 \r
13 ### WARNING\r
14 The installation scripts will work with any Payara (simply specify `FULL` or `MICRO` etc on the `wget` line) but the configuration script to install Payara as a service will ***NOT*** work with the embedded/micro/nucleus versions. (They're just JARs...what would you expect??)\r
15 \r
16 Pull requests welcome.\r