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
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,18 +128,19 @@ This WHMCS module provides provisioning integration with CubeCoders AMP with WHM
128
128
129
129
- You will now see new fields appear that are specific to this product
130
130
- The **Provisioning Template** allows you to select your deployment template within AMP for specific server you want to deploy
131
-
- Then select the **Post Create Action** from the below list depending on your desired outcome
132
-
133
-
Do Nothing = Creates instance and doesn't start the instance or application
134
-
Start Instance = Creates and starts the instance but doesn't start the application automatically
135
-
Start instance & update application = Creates & Starts the instance and performs an application update.
136
-
Full Instance & application startup = Creates & Starts the instance and starts & updates the application and starts the application every time the instance starts. (Providing no additional setup is required on the customers behalf such as EULA acknowledgement or Steam sign in)
131
+
- Then select the **Post Create Action** from the below list depending on your desired outcome. The instance is always started. Updates and/or starts may not complete if additional setup is required on the customers behalf such as EULA acknowledgement or Steam sign in.
132
+
133
+
Do Nothing = Doesn't start the application
134
+
Update Once = Updates but doesn't start the application automatically
135
+
Update Always = Performs an application update every instance start
136
+
Update and Start Once = Updates the application and starts the application once
137
+
Update and Start Always = Updates the application and starts the application every instance start
138
+
Start Always = Updates and starts the application once, then starts the application every future instance start
137
139
138
140
- Set the **Required Tags** field as per below
139
141
- If you are running AMP in **Standalone** or Hybrid mode, enter the value ‘Local’
140
142
- If you are running AMP in **Controller/Target** mode, enter the Tag value that you have set on a Target within the AMP panel
141
143
- Extra Provision Setting field allows you to set a static setting that will apply to all Instances created for this product. If you wish to sell customizable parameters such as RAM & CPU allocations, please see the Configurable Options section further down.
142
-
- The **Update Every Tim**e option tells AMP if the application should be updated everytime the instance is started in the future
143
144
- The **Mode** selection allows you to specify how the Endpoints are displayed in the Client section of WHMCS. For example:
144
145
145
146
Standalone URL will be displayed as https://yourdomain.com:25565
0 commit comments