Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:2.0:cli:usage [2026/08/23 00:25] – created kainhofer | en:2.0:cli:usage [2026/08/24 11:24] (current) – [Installing Admidio from the CLI] kainhofer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Admidio command-line interface ====== | ====== Admidio command-line interface ====== | ||
| + | |||
| The Admidio command-line interface (CLI) provides a scriptable administrative interface to Admidio directly from a shell. | The Admidio command-line interface (CLI) provides a scriptable administrative interface to Admidio directly from a shell. | ||
| Line 433: | Line 433: | ||
| If values are missing and interaction is allowed, the CLI asks for them. With '' | If values are missing and interaction is allowed, the CLI asks for them. With '' | ||
| + | |||
| + | A typical interactive installation, | ||
| + | |||
| + | <code bash> | ||
| + | www-data@admidio: | ||
| + | |||
| + | Installation of Admidio. Press Ctrl+C to abort. | ||
| + | Language of the organization [en]: | ||
| + | |||
| + | Address of the installation | ||
| + | URL of this Admidio installation: | ||
| + | |||
| + | Access to the database | ||
| + | Database system (mariadb, mysql, pgsql) [mariadb]: | ||
| + | Host of the database server [localhost]: | ||
| + | Port of the database server, empty for the default port: | ||
| + | Name of the database: admidio | ||
| + | User of the database: admidio | ||
| + | Password of the database user: | ||
| + | Prefix of the Admidio tables [adm]: | ||
| + | |||
| + | Organization | ||
| + | Short name of the organization: | ||
| + | Name of the organization: | ||
| + | Email address of the organization: | ||
| + | Time zone of the organization [UTC]: Europe/ | ||
| + | |||
| + | Administrator | ||
| + | Last name of the administrator: | ||
| + | First name of the administrator: | ||
| + | Email address of the administrator: | ||
| + | Login name of the administrator: | ||
| + | Password of the administrator: | ||
| + | Repeat the password: | ||
| + | |||
| + | Install Admidio for the organization " | ||
| + | </ | ||
| A typical non-interactive invocation provides: | A typical non-interactive invocation provides: | ||
| Line 459: | Line 496: | ||
| --organization-shortname=EXAMPLE \ | --organization-shortname=EXAMPLE \ | ||
| --organization-name=" | --organization-name=" | ||
| - | --organization-email=info@example.org \ | + | --organization-email=admidio@example.org \ |
| --admin-login=admin \ | --admin-login=admin \ | ||
| --admin-first-name=Anna \ | --admin-first-name=Anna \ | ||