Show / Hide Table of Contents
Edit on GitHub

Amplia - Command-line tool

On-premises instances of Amplia provide a command-line tool that can be used to perform certain administrative tasks.

Running a command

Open a terminal and navigate into the installation directory, which depends on the installation plataform (the actual directory could be different if you chose a custom directory during the setup):

  • Windows Server: cd C:\inetpub\Amplia
  • Linux: cd /usr/share/amplia

Then, run:

dotnet Lacuna.Amplia.Site.dll [settings] -- command [command-options]

Or, on Docker, simply run the following on any directory:

docker run -i lacunasoftware/amplia:4.11 [settings] -- command [command-options]

The settings arguments are additional settings to overwrite settings from configuration files and environment variables, for instance --Section1:Name1=value1 --Section2:Name2=value2.

The command-options arguments depend on each command, see the command's specific documentation.

Available commands:

  • gen-enc-key
  • hash-root-pass
  • update-db
  • test-email

See also

  • Amplia on-premises
Back to top Copyright © 2015-2020 Lacuna Software