From 80f84464c164bb139a93ac4ecd913f064f9a0735 Mon Sep 17 00:00:00 2001 From: Mike Croft Date: Thu, 18 Jun 2015 15:23:34 +0100 Subject: [PATCH] updated README --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 -- 2.39.5