Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 419b44a

Browse files
committed
add TYPO3 variables
1 parent 210d751 commit 419b44a

4 files changed

Lines changed: 38 additions & 15 deletions

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row">
33
<div class="large-12 columns">
44
<div class="footer-content">
5-
<p>&copy; 2016 <a href="https://www.dkd.de/">dkd Internet Service GmbH</a> <i class="fi-heart animated"></i> <a href="mailto:opensource@dkd.de">opensource@dkd.de</a></p>
5+
<p>&copy; 2016-2018 <a href="https://www.dkd.de/">dkd Internet Service GmbH</a> <i class="fi-heart animated"></i> <a href="mailto:opensource@dkd.de">opensource@dkd.de</a></p>
66
</div>
77
</div>
88
</div>

_layouts/wide.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!DOCTYPE html>
22
<html>
33
{% include head.html %}
4-
<body>
5-
6-
<div id="content" class="row">
7-
{% include header.html %}
8-
<div class="large-12 main-content columns hero-content">
9-
<div id="main-content" class="large-9 main-content columns">
10-
<div class="algolia__initial-content js-algolia__initial-content">{{ content }}</div>
11-
<div class="algolia__search-content js-algolia__search-content">
12-
<h3 class="page-title algolia">Search Results <span>powered by <a href="https://algolia.com/"><img alt="Algolia Search" title="Algolia Search" src="/assets/images/Algolia_logo_bg-white.svg"></a></span></h3>
13-
<div class="posts algolia__results"></div>
4+
<body>
5+
6+
<div id="content" class="row">
7+
{% include header.html %}
8+
<div class="large-12 main-content columns hero-content">
9+
<div id="main-content" class="large-12 main-content columns">
10+
<div class="algolia__initial-content js-algolia__initial-content">{{ content }}</div>
11+
<div class="algolia__search-content js-algolia__search-content">
12+
<h3 class="page-title algolia">Search Results <span>powered by <a href="https://algolia.com/"><img alt="Algolia Search" title="Algolia Search" src="/assets/images/Algolia_logo_bg-white.svg"></a></span></h3>
13+
<div class="posts algolia__results"></div>
14+
</div>
1415
</div>
1516
</div>
1617
</div>
17-
</div>
18-
{% include footer.html %}
19-
</body>
18+
{% include footer.html %}
19+
</body>
2020

2121
</html>

rake/dkdeploy-typo3-cms/cache.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ INFO Running /usr/bin/env rm -rf {{site.data.constants.deploy.current_folder}}t
2626
as {{site.data.constants.deploy.user}}@{{site.data.constants.deploy.host}}
2727
DEBUG Command: /usr/bin/env rm -rf {{site.data.constants.deploy.current_folder}}typo3temp/Cache
2828
INFO Finished in 0.005 seconds with exit status 0 (successful).
29-
{% endhighlight %}
29+
{% endhighlight %}
30+
31+
### Additional information
32+
33+
This task is added to the rollback tasks by default in the `dkdeploy-typo3-cms` gem.

variables/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ If none of the above is true, most tasks will fall back to a text dialogue (unde
3030

3131
### List of variables
3232

33+
#### Core
34+
35+
3336
|**Variable Name** (as symbol)|**Type**|**Default Value**|**Description**|
3437
|`:scm`|Symbol|`:copy`|Capistrano Source Control System. Possible Values: `:git`, `:hg`, `:svn`, `:copy`|
3538
|`:copy_source`|String|`'htdocs'`|Directory, which gets copied onto target server. Example: `'.'`, `'htdocs'`, `'htdocs/sub_dir'`. *Note:* This configuration is only required for the copy strategy (`:copy`).|
@@ -51,6 +54,22 @@ If none of the above is true, most tasks will fall back to a text dialogue (unde
5154
|`:bower_path`|String|Fetched from `:copy_source` variable|Directory to be used with `bower`|
5255
|`:bower_paths`|String|Fetched as an array from `:copy_source` variable|Directories to be used with `bower` and the `run_all` task. Note: do not write multiple directories in `:copy_source` variable|
5356

57+
#### typo3-cms
58+
59+
|**Variable Name** (as symbol)|**Type**|**Default Value**|**Description**|
60+
|`:typoscript_userts_file`|String|`'UserTS.txt'`| |
61+
|`:typoscript_pagets_file`|String|`'PageTS.txt'`| |
62+
|`:typoscript_config_file`|String|`'false'`| Should be `true` or `false` |
63+
|`:create_new_caretaker_keys`|String|`'UserTS.txt'`| |
64+
|`:caretaker_public_key_path`|String|`"#{shared_path}/config/pubkey.pem"`| |
65+
|`:caretaker_private_key_path`|String|`"#{shared_path}/config/privkey.pem"`| |
66+
|`:create_caretaker_instance_keys_template`|String|Template is inside the gem in `vendor` dir | The path where an `ERB` template file is located. You could customize this, but is not advised |
67+
|`:create_caretaker_instance_keys_path`|String|`"#{shared_path}/config/create_caretaker_instance_keys.php"`| Path on the server for php file that creates caretaker keys |
68+
|`:caretaker_instance_keys_path`|String|`"#{shared_path}/config/create_caretaker_instance_keys.php"`| |
69+
|`:typo3_environment_cli`|Hash|`{ TYPO3_COMPOSER_AUTOLOAD: 1, TERM: 'screen-256color' }`| |
70+
|`:path_to_typo3_console`|String|`'bin/typo3cms'`| Path to typo3_console. Relative path to typo3_console script |
71+
72+
5473
### Sample for `customer_file_access`
5574

5675
{% highlight ruby %}

0 commit comments

Comments
 (0)