-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f649bb
commit 3bc0ef1
Showing
10 changed files
with
82 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Changing the default Composer version | ||
|
||
You may change the default Composer version that is used for automatic deployments. | ||
You can change the default Composer version that is used for | ||
your automatic deployments. | ||
|
||
## How to change the default Composer version | ||
|
||
- Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
- Choose the name of the application. | ||
- Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
- In the horizontal tab navigation menu, choose the **Deployments** tab. | ||
- Scroll down to the **Settings** section. | ||
- Find the "Composer packages" switch. | ||
|
||
1. Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
2. Choose the name of the application. | ||
3. Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
4. In the horizontal tab navigation menu, choose the **Deployments** tab. | ||
5. Scroll down to the **Settings** section. | ||
6. Find the "Composer packages" switch. | ||
<img class="img-enlargable" src="https://s3.us-east-2.amazonaws.com/static.amezmo.net/composer-settings-switch.png" /> | ||
- Click the **Settings** button on the far right | ||
- Choose your desired Composer version from the dropdown | ||
- Click **Save** | ||
7. Click the **Settings** button on the far right | ||
8. Choose your desired Composer version from the dropdown | ||
9. Click **Save** | ||
|
||
|
||
After changing the default Composer version, [automatic composer installations](/docs/deployments/automatic-composer-installs) | ||
will use the selected version. | ||
After changing the default Composer version, [composer](/docs/deployments/automatic-composer-installs), the version you selected is available | ||
in your [deployment hooks](/docs/deployments/hooks). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
# Changing PHP versions | ||
|
||
Switching PHP versions, or upgrading to a new version can be done without launching a new instance. Although you may switch | ||
PHP versions at anytime, a few minutes of downtime is possible. Planning for the change should be considered. Changing the | ||
PHP version restarts the instance. | ||
Switching [PHP versions](/docs/php), or upgrading to a new version can be done without launching a new instance. Although you may switch | ||
PHP versions at anytime, a few minutes of downtime is possible. Planning for the change should be considered. Changing the | ||
PHP version restarts the instance. | ||
|
||
## How to change the PHP version | ||
|
||
- Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
- Choose the name of the application | ||
- Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
- In the horizontal tab navigation menu, choose the **Overview** tab. | ||
- Scroll down to the **Application settings** section | ||
- At the top right, click <i style="color:#586f90" class="fas fa-ellipsis-h"></i> | ||
1. Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
2. Choose the name of the application | ||
3. Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
4. In the horizontal tab navigation menu, choose the **Overview** tab. | ||
5. Scroll down to the **Application settings** section | ||
6. At the top right, click <i style="color:#586f90" class="fas fa-ellipsis-h"></i> | ||
<i style="color:#586f90" class="fas fa-small fa-chevron-right"></i> **Change PHP version** | ||
- Choose a PHP version | ||
- Click "Change PHP version" | ||
7. Choose a PHP version | ||
8. Click "Change PHP version" | ||
|
||
<img class="img-enlargable" src="https://s3.us-east-2.amazonaws.com/static.amezmo.net/change-php-version.png " /> | ||
|
||
|
||
## See also | ||
[PHP](/docs/php) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# Turn off Automatic Composer package installations | ||
|
||
You can disable automatic Composer installations if you'd like more control over installing Composer packages. | ||
|
||
## How to disable automatic Composer installations | ||
- Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
- Choose the name of the application. | ||
- Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
- In the horizontal tab navigation menu, choose the **Deployments** tab. | ||
- Scroll down to the **Settings** section. | ||
- Find the "Composer packages" switch | ||
1. Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
2. Choose the name of the application. | ||
3. Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
4. In the horizontal tab navigation menu, choose the **Deployments** tab. | ||
5. Scroll down to the **Settings** section. | ||
6. Find the "Composer packages" switch | ||
|
||
<img class="img-enlargable" src="https://s3.us-east-2.amazonaws.com/static.amezmo.net/composer-settings-switch.png" /> | ||
- Toggle the switch | ||
7. Toggle the switch | ||
|
||
After turning off Automatic Composer installs, your next deployment will not automatically install Composer packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters