Skip to content

Instantly share code, notes, and snippets.

@gayanW
Last active May 1, 2017 05:33
Show Gist options
  • Save gayanW/9b2989320373e42e72f5c0cbbf2364ae to your computer and use it in GitHub Desktop.
Save gayanW/9b2989320373e42e72f5c0cbbf2364ae to your computer and use it in GitHub Desktop.
Helper script run UUF server distribution
#!/bin/bash
# Helper script to run UUF server distribution
# when it is already being extracted
# Put this file in $UUF_SERVER/product directory
# Name of the built distribution archive (without extension)
zip_name=wso2uuf-1.0.0-m14
set -x
./target/$zip_name/bin/carbon.sh -Ddevmode $1 $2
set +x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment