Skip to content

Commit

Permalink
Merge pull request #208 from Monstrofil/patch-5
Browse files Browse the repository at this point in the history
Add mention about utf-8 requirement for node,python and ruby selectors
  • Loading branch information
annkots authored Nov 27, 2024
2 parents cfc9c14 + ea1884c commit 3866661
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/cloudlinuxos/command-line_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,10 @@ To start all users CLI commands use <span class="notranslate">`cagefs_enter`</sp
* Create user application:
:::tip Note
Python Selector supports only utf-8 symbols for the 'app-root' and 'app-uri' arguments.
:::
<div class="notranslate">
```
Expand Down Expand Up @@ -1880,6 +1884,11 @@ To create application run:
/usr/bin/selectorctl --interpreter=ruby --version=VERSION [--user=USER] [--print-summary] [--json] --create-webapp <FOLDER_NAME> <URI>
```
</div>
:::tip Note
Ruby Selector supports only utf-8 symbols for the 'FOLDER_NAME' and 'URI' arguments.
:::
To delete application:
<div class="notranslate">
Expand Down Expand Up @@ -2214,6 +2223,11 @@ cloudlinux-selector create [--json] --interpreter nodejs [(--user <str> | --doma
</div>
**Example**:
:::tip Note
NodeJS Selector supports only utf-8 symbols for the 'app-root' and 'app-uri' arguments.
:::
This command creates <span class="notranslate"> user1 </span> 's application for the domain <span class="notranslate"> xyz.com </span> :
<div class="notranslate">
Expand All @@ -2228,6 +2242,7 @@ or
cloudlinux-selector create --json --interpreter nodejs --app-root my_apps/app1 --domain xyz.com --app-uri apps/app1
```
</div>
Start, restart, stop, and destroy user application
<div class="notranslate">
Expand Down

0 comments on commit 3866661

Please sign in to comment.