Applications #
List of supported applications #
| Application | Latest Version | Comments |
|---|---|---|
| wordpress | 5.9 | Includes the support of SMTP email though libresh variables |
| dolibarr | 15.0.3 | need manual deletion of the install.lock to upgrade |
Find more at lab.libreho.st/libre.sh/compose/
Provisioning #
To provision the application wordpress on example.org, first make point example.org to your server IP, and then, just run:
libre provision -a wordpress -u example.org -s
Command line arguments:
| Argument | Value | Description |
|---|---|---|
| -u | [arg] | URL to process. Required. |
| -a | [arg] | Application to install. (wordpress in REPO_MODE) |
| -t | [arg] | Checkout a specific tag or branch from the application repo. default to master |
| -e | [arg] | Specify the email of the application admin |
| -s | Start the application right away. | |
| -b | Buys the associated domain name. | |
| -i | Configure OpenDKIM. | |
| -c | Configures DNS if possible. |