Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed variable names and capitalization #648

Merged
merged 1 commit into from
Aug 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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