Skip to content

Instantly share code, notes, and snippets.

View rsoika's full-sized avatar
💥
Working on Jakarta EE9 migration

Ralph Soika rsoika

💥
Working on Jakarta EE9 migration
View GitHub Profile
@rsoika
rsoika / wildfly-install.sh
Last active January 27, 2017 10:31 — forked from sukharevd/wildfly-install.sh
Installation Script for Wildfly 10 on Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 8.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :initial: Dmitriy Sukharev, changes:Ralph Soika
#date :20141129, 20141213
#changes :added arguments for installation dir and port offset
#usage :/bin/bash wildfly-install.sh [INSTALLDIR] [PORTOFFSET]
function usage