-
-
Notifications
You must be signed in to change notification settings - Fork 41
GetAMP Unattended Installations
PhonicUK edited this page Feb 6, 2020
·
8 revisions
On Linux, GetAMP supports unattended installations to allow AMP to be automatically provisioned and started without requiring any input.
This is achieved by specifying a number of environment variables that the GetAMP script will pick up when executed.
| Flag | Description |
|---|---|
| USE_ANSWERS | Set to y to specify that you'd like to perform an unattended installation |
| ANSWER_AMPUSER | The username to be used for the ADS instance |
| ANSWER_AMPPASS | The password to be used for the above user |
| ANSWER_INSTALLJAVA | Set to y to specify that you'd like an appropriate Java version to be installed for running Minecraft |
| ANSWER_INSTALLSRCDSLIBS | Set to y to specify that you'd like 32-bit C++ libraries and other dependencies of Source Dedicated Servers to be installed |
| ANSWER_EMAIL | The email address to be used for LetsEncrypt certificate warnings (Optional) |