]> git.mxchange.org Git - payara-vagrant.git/commitdiff
updated README
authorMike Croft <backtotheoldhouse@gmail.com>
Thu, 18 Jun 2015 14:23:34 +0000 (15:23 +0100)
committerMike Croft <backtotheoldhouse@gmail.com>
Thu, 18 Jun 2015 14:23:34 +0000 (15:23 +0100)
README.md

index 75f19fc51315ce2e27a71bf9591074032f1f4dba..efbbcf0e9b371f064c62eded7cfb63a065a594e5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,10 +2,17 @@
 \r
 Vagrantfile for Payara.\r
 \r
-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.\r
+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
 \r
-### TODO ###\r
+There is still work to be done, but at this point, the file is usable for development/testing purposes.\r
 \r
-* Install Payara as a service\r
-* Make Payara start on vagrant up\r
-* Configure Payara for remote admin (enable-secure-admin etc)
\ No newline at end of file
+### WARNING\r
+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
+\r
+Pull requests welcome.\r
+\r
+### TODO\r
+\r
+* Provision using Ansible ([initial Playbook already created by @bvansomeren here](https://github.com/bvansomeren/payara41))\r
+* Provision using Chef\r
+* Provision using Docker\r