Skip to content

Commit

Permalink
Merge pull request #648 from giampaolotrapasso/master
Browse files Browse the repository at this point in the history
Fixed variable names and capitalization
  • Loading branch information
muuki88 committed Aug 11, 2015
2 parents f62896f + 0241881 commit 3664a7b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/sphinx/archetypes/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ This is a set FAQ composed on a single page.

Path Configurations
===================
This section describes where and how to configure different kind of paths settings.
This section describes where and how to configure different kind of paths settings like

- What is the installation location of my package
- Where is the log directory created
- What is the name of my start script
- ...
- what is the installation location of my package
- where is the log directory created
- what is the name of my start script



Expand Down Expand Up @@ -58,17 +57,17 @@ These settings configure the path behaviour
``executableScriptName``
Defaults to ``normalizedName``. Sets the name of the executable starter script

``defaultLinuxInstallationLocation``
``defaultLinuxInstallLocation``
Defaults to ``/usr/share/``. Used to determine the installation path for for linux packages (rpm, debian)

``defaultLinuxLogLocation``
``defaultLinuxLogsLocation``
Defaults to ``/var/log/``. Used to determine the log path for linux packages (rpm, debian).


JVM Options
===========

Jvm options can be added via different mechanisms. It depends on your use case which is most suitable.
JVM options can be added via different mechanisms. It depends on your use case which is most suitable.
The available options are

- Adding via ``bashScriptExtraDefines`` and ``batScriptExtraDefines``
Expand Down

0 comments on commit 3664a7b

Please sign in to comment.