Worksheet¶
Introduction¶
Throughout the wiki, there will be placeholders that need replacing with some custom values. Below is a table to help keep track of the placeholders. Moreover, the table can be filled with the right values from the start, and when encountering a placeholder in the following sections, the corresponding value can simply be retrieved from here. Note that the placeholders are listed in alphabetical order.
Placeholders¶
| Placeholder | Meaning | Example | Your Value |
|---|---|---|---|
<branch> |
The FWD branch that will be attached to the Java project | trunk is the default, 1234a is a custom branch |
|
<branch_revision> |
The FWD branch and its revision, delimited by an underscore | trunk_16420, 1234a_16420 |
|
<cluster> |
The database cluster name that is or will be used | hotel |
|
<hostname> |
The hostname | localhost |
|
<optional_directory> |
The directory name where the Java project will be stored, if the default name is not preferred | MyProject |
|
<path_to_installation> |
The path of installation for a specific requirement (e.g. Java project, FWD branch, IDE) | ~/home/fwd/ |
|
<project_name> |
The customer Java project name | hotel_gui |
|
<user> |
The user accessing the container via ssh | raa |
|
<xfer_user> |
The username used for connecting to the xfer server | raa |