Added .gitignore file and debian directory
This commit is contained in:
parent
a094f59a28
commit
964fcc1e54
19 changed files with 505 additions and 0 deletions
18
debian/helma1.default
vendored
Normal file
18
debian/helma1.default
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Run Helma as this user ID. Not setting this or leaving it blank will use the
|
||||
# default of helma1.
|
||||
#HELMA_USER=helma1
|
||||
|
||||
# The home directory of the Java development kit (JDK). You need at least
|
||||
# JDK version 1.5. If JAVA_HOME is not set, some common directories for
|
||||
# OpenJDK, the Sun JDK, and various J2SE 1.5 versions are tried.
|
||||
#JAVA_HOME=/usr/lib/jvm/java-6-openjdk
|
||||
|
||||
# Directory for per-instance configuration files and webapps. It contains the
|
||||
# directories conf, logs, webapps, work and temp. See RUNNING.txt for details.
|
||||
# Default: /var/lib/helma1
|
||||
#HELMA_BASE=/var/lib/helma1
|
||||
|
||||
# Arguments to pass to the Java virtual machine (JVM).
|
||||
#JAVA_OPTS="-Djava.awt.headless=true -Xmx128M"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue