Browse Source
Feature/extend self hosting faq by benchmarks for markets (#3940)
* Extend FAQ by benchmarks for Markets
* Update changelog
pull/3942/head
Thomas Kaul
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
23 additions and
4 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
|
@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Extended the content of the _Self-Hosting_ section by the benchmarks concept on the Frequently Asked Questions (FAQ) page |
|
|
|
- Extended the content of the _Self-Hosting_ section by the benchmarks concept for _Compare with..._ on the Frequently Asked Questions (FAQ) page |
|
|
|
- Extended the content of the _Self-Hosting_ section by the benchmarks concept for _Markets_ on the Frequently Asked Questions (FAQ) page |
|
|
|
- Set the permissions (`chmod 0700`) on `entrypoint.sh` in the `Dockerfile` |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -139,9 +139,9 @@ |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content> |
|
|
|
<p> |
|
|
|
To compare your performance with benchmarks like |
|
|
|
<i>Bitcoin</i>, <i>Gold</i>, or the <i>S&P 500</i>, follow these |
|
|
|
steps. |
|
|
|
To compare your performance with benchmarks (see |
|
|
|
<i>Compare with...</i>) like <i>Bitcoin</i>, <i>Gold</i>, or the |
|
|
|
<i>S&P 500</i>, follow these steps. |
|
|
|
</p> |
|
|
|
<ol> |
|
|
|
<li>Open the <i>Admin Control</i> panel</li> |
|
|
@ -170,6 +170,24 @@ |
|
|
|
</ol> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>How do I set up <i>Markets</i>?</mat-card-title> |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content> |
|
|
|
<p>The <i>Markets</i> list is derived from your <i>Benchmarks</i>.</p> |
|
|
|
<ol> |
|
|
|
<li>Open the <i>Admin Control</i> panel</li> |
|
|
|
<li>Navigate to the <i>Market Data</i> section</li> |
|
|
|
<li>Choose an asset profile</li> |
|
|
|
<li>In the dialog, check the <i>Benchmark</i> box</li> |
|
|
|
</ol> |
|
|
|
<p> |
|
|
|
Please note: Data is cached, meaning changes may take a few minutes |
|
|
|
to appear. |
|
|
|
</p> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>Which devices are supported?</mat-card-title> |
|
|
|