-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
Update installation guide
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ you will be able to successfully install Mage-OS and start building your online | |
|
||
Before installation, ensure your server fulfills the following requirements: | ||
|
||
- PHP: 8.2 or 8.1 | ||
- PHP: 8.1 to 8.3 | ||
- Database: MySQL 8.0 or MariaDB 10.6 | ||
- Search Engine: Elasticsearch 8.7 or OpenSearch 2.5 | ||
- Search Engine: Elasticsearch 7, 8, or OpenSearch 2.5+ | ||
- Web Server: Apache 2.4 or nginx 1.24 | ||
- Composer 2.5 | ||
- Composer 2.7+ | ||
|
||
**Recommended (Optional):** | ||
|
||
|
@@ -32,6 +32,21 @@ Before installation, ensure your server fulfills the following requirements: | |
For AWS users, consider using [AWS ElastiCache]((https://aws.amazon.com/elasticache/)) and other services for | ||
Check failure on line 32 in installation-guide.md
|
||
compatibility. | ||
|
||
### Recommended software by version | ||
|
||
| Software | 1.0.5 | 1.0.4 | 1.0.3 | 1.0.2 | 1.0.1 | 1.0.0 | | ||
Check failure on line 37 in installation-guide.md
|
||
|--------------------|---------------|---------------|---------------|---------------|---------------|---------------| | ||
| PHP | 8.3 | 8.3 | 8.3 | 8.3 | 8.1 | 8.1 | | ||
Check failure on line 39 in installation-guide.md
|
||
| Composer | 2.7.4 | 2.7.4 | 2.7.4 | 2.7.4 | 2.2.21 | 2.2.21 | | ||
Check failure on line 40 in installation-guide.md
|
||
| MySQL | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mysql:8.0 | mysql:8.0 | | ||
Check failure on line 41 in installation-guide.md
|
||
| Elasticsearch | 8.11.4 | 8.11.4 | 8.11.4 | 8.11.4 | 8.5.3 | 8.5.3 | | ||
Check failure on line 42 in installation-guide.md
|
||
| RabbitMQ | 3.13 | 3.13 | 3.13 | 3.13 | 3.9 | 3.9 | 3.9 | | ||
Check failure on line 43 in installation-guide.md
|
||
| Redis | 7.2 | redis:7.2 | 7.2 | 7.2 | 7.0 | 7.0 | | ||
Check failure on line 44 in installation-guide.md
|
||
| Varnish | 7.5 | 7.5 | 7.5 | 7.5 | 7.3 | 7.3 | | ||
| Nginx | 1.26 | 1.26 | 1.26 | 1.26 | 1.22 | 1.22 | | ||
| OS | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | | ||
| Release Date | 2024-10-09 | 2024-08-20 | 2024-07-23 | 2024-07-18 | 2023-10-11 | 2023-10-10 | | ||
|
||
## Step 1: Download Mage-OS | ||
|
||
The first step in the installation process is to download the Mage-OS package. You can use Composer to install it. | ||
|