json_calls
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| json_calls [2025/04/16 06:46] – kirtisingh | json_calls [2025/04/22 07:34] (current) – kirtisingh | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| </ | </ | ||
| - | \_\_USER\_\_ - The system user that would be created\\ | + | user - %%__%%USER%%__%% - The system user that would be created\\ |
| - | __PWD__ | + | password - %%__%%PWD%%__%% - This should be between 8 to 20 characters with a reasonable password strength |
| + | |||
| + | **Add a VHost/ | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | vhost - %%__%%VHOST%%__%% - The VHost/ | ||
| + | user - %%__%%USER%%__%% - The system user under which the VHost has to be added\\ | ||
| + | php_version - %%__%%PHP_VERSION%%__%% - Should be one of the following [[: | ||
| + | with_www - can be either 1 or 0 | ||
| + | |||
| + | **Add an Alias to a VHost** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | alias_vhost - %%__%%ALIAS%%__%%VHOST%%__%% - The Alias VHost/ | ||
| + | vhost - %%__%%VHOST%%__%% - The VHost/ | ||
| + | |||
| + | **Create MySQL Pair** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | system_user - %%__%%SYSTEM%%__%%USER%%__%% - The system user to which the DB is mapped. Referenced only w.r.t. backups\\ | ||
| + | mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of the new MySQL DB\\ | ||
| + | mysql_user_name - %%__%%MYSQL%%_%%USER%%_%%NAME%%__%% - The name of the new MySQL User\\ | ||
| + | mysql_user_pwd - %%__%%MYSQL%%_%%USER%%_%%PWD%%__%% - The password for the new MySQL user. It should be between 8 to 20 characters with a reasonable password strength | ||
| + | |||
| + | **Create MySQL DB** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | system_user - %%__%%SYSTEM%%__%%USER%%__%% | ||
| + | mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of the new MySQL DB\\ | ||
| + | mysql_from_db_name - %%__%%MYSQL%%_%%FROM%%__%%DB%%_%%NAME%%__%% - Optional parameter. The name of an existing database from which new DB should | ||
| + | |||
| + | **Create MySQL User** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | mysql_user_name | ||
| + | mysql_user_pwd - %%__%%MYSQL%%_%%USER%%_%%PWD%%__%% - The password for the new MySQL user. It should be between 8 to 20 characters with a reasonable password strength | ||
| + | |||
| + | **Pair an existing MySQL DB and a MySQL User** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of an existing MySQL DB\\ | ||
| + | mysql_user_name - %%__%%MYSQL%%_%%USER%%_%%NAME%%__%% - The name of an existing MySQL User\\ | ||
| + | |||
json_calls.1744785993.txt.gz · Last modified: 2025/04/16 06:46 by kirtisingh
