From 1863043df5e2daef7d10bd91a1d31acf07287b5c Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Sun, 18 Dec 2016 13:23:10 +0100 Subject: [PATCH] Updated Deployment to JEE and Servlet containers (markdown) --- Deployment-to-JEE-and-Servlet-containers.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Deployment-to-JEE-and-Servlet-containers.md b/Deployment-to-JEE-and-Servlet-containers.md index ee03bb3..ee8267b 100644 --- a/Deployment-to-JEE-and-Servlet-containers.md +++ b/Deployment-to-JEE-and-Servlet-containers.md @@ -41,6 +41,18 @@ Due to class loading restrictions inside JBoss/Wildfly, you need to explicitly a ``` +# Wildfly Install Script +You can use also a install script from [here](https://gist.github.com/rsoika/2d8bab41b18b9fb133c425277c655af7) to install gitbucket on Wildfly 9.x & 10.x on Linux. + + /bin/bash wildfly-install.sh [INSTALLDIR] [GITBUCKET-VERSION] + +You can specify the install directory of your wilfly installation and the gitbucket version. + +Example: + + /bin/bash wildfly-install.sh [INSTALLDIR] [GITBUCKET-VERSION] + +**Note:** The script must be run as root. The script assumes that wildfly is running with the user 'wildfly'. You can change this in your script if needed. # Tomcat