Skip to content

Instantly share code, notes, and snippets.

View dleborgne's full-sized avatar

David Le Borgne dleborgne

View GitHub Profile
@dleborgne
dleborgne / wildfly-9-install.sh
Last active January 17, 2017 12:24 — forked from ecmel/wildfly-install.sh
Script to install JBoss Wildfly 9.x as service in Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 9.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :20150726
#usage :/bin/bash wildfly-install.sh
WILDFLY_VERSION=9.0.2.Final
WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION