From: Mike Croft Date: Thu, 18 Jun 2015 14:23:34 +0000 (+0100) Subject: updated README X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80f84464c164bb139a93ac4ecd913f064f9a0735;p=payara-vagrant.git updated README --- diff --git a/README.md b/README.md index 75f19fc..efbbcf0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@ Vagrantfile for Payara. -Currently it uses ubuntu/trusty64 as a base and gets the Java EE Full profile of Payara 4.1.151, extracting to /opt/payara. OpenJDK 7 is installed, since that is the latest Java currently available in the Ubuntu repos. +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. -### TODO ### +There is still work to be done, but at this point, the file is usable for development/testing purposes. -* Install Payara as a service -* Make Payara start on vagrant up -* Configure Payara for remote admin (enable-secure-admin etc) \ No newline at end of file +### WARNING +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??) + +Pull requests welcome. + +### TODO + +* Provision using Ansible ([initial Playbook already created by @bvansomeren here](https://github.com/bvansomeren/payara41)) +* Provision using Chef +* Provision using Docker