Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
# Custom script for launching quickstart in spanish. 

JAVA_HOME=/home/bedework/jdk160_27
PATH=$PATH:$JAVA_HOME/bin

export JAVA_HOME PATH

LC_ALL=es_ES.utf8
LANG=es_ES.utf8
export LC_ALL LANG

JAVA_OPTS="$JAVA_OPTS -Duser.timezone=Europe/Madrid -Duser.country=ES -Duser.language=es -Dfile.encoding=UTF-8 -Duser.variant=ES "
export JAVA_OPTS

cd /home/bedework/quickstart-3.7

echo "Starting Apache DS in the background..."

./bw -quickstart dirstart >/home/bedework/last_bedework_startup.log &

echo "Starting Bedework in the background..."

./startjboss -heap 512M >>/home/bedework/last_bedework_startup.log &

Page Tree
root@self