]> git.mxchange.org Git - payara-vagrant.git/blob - README.md
changed service script to have an optional domain argument, but still default to...
[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.152, extracting to /opt/payara/payara-$PAYARA_VERSION. OpenJDK 7 is installed, since that is the latest Java currently available in the Ubuntu repos.\r
6 \r
7 There is still work to be done, but at this point, the file is usable for development/testing purposes.\r
8 \r
9 ### WARNING\r
10 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
11 \r
12 Pull requests welcome.\r
13 \r
14 ### TODO\r
15 \r
16 * Provision using Ansible ([initial Playbook already created by @bvansomeren here](https://github.com/bvansomeren/payara41))\r
17 * Provision using Chef\r
18 * Provision using [Payara Dockerfile](https://github.com/payara/docker)\r
19 * Configure Apache as proxy\r
20 * Improve parameterisation\r