You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhonicUK edited this page Sep 16, 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 (and other applications that rely on SteamCMD) to be installed
ANSWER_INSTALLDOCKER
Set to y to specify that you'd like Docker to be installed and configured, and for AMP to create instances inside containers by default
ANSWER_EMAIL
The email address to be used for LetsEncrypt certificate warnings (Optional)
SKIP_INSTALL
Set to y to install the AMP Instance Manager and dependencies, but do not create the ADS instance or set up a reverse proxy. Useful for Docker scripts