Page tree

Versions Compared

Key

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

...

Note

Make sure you are install a JDK and not  a JRE. This is a requirement of Confluence.

Include Page
bonsai:9.0 Manually Setup Java on Ubuntubonsai:
9.0 Manually Setup Java on Ubuntu

...

Using htop, initial setup without any spaces created is 396MB. The process itself uses  VIRT=913M and RES=338M.

#!/bin/sh

Wiki Markup\# Bonsaiframework - Modification Start \
# \ -------------------------------------\-
if \ [ "$LOGNAME" \ != "svrdm" \ ]; then
echo "This service should only managed with the user svradm"
exit 1
fi \
# \ -------------------------------------\- \
# Bonsaiframework - Modification End