Skip to content

Commit

Permalink
Merge pull request #90 from nikolalardev/main
Browse files Browse the repository at this point in the history
Update installation guide
  • Loading branch information
rhoerr authored Jan 19, 2025
2 parents 676bf48 + 0b28574 commit 7f2dc80
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):**

Expand All @@ -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

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:32:81 MD013/line-length Line length [Expected: 80; Actual: 109] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.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

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:37:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
|--------------------|---------------|---------------|---------------|---------------|---------------|---------------|
| PHP | 8.3 | 8.3 | 8.3 | 8.3 | 8.1 | 8.1 |

Check failure on line 39 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:39:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.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

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:40:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.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

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:41:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.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

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:42:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.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

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:43:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| Redis | 7.2 | redis:7.2 | 7.2 | 7.2 | 7.0 | 7.0 |

Check failure on line 44 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:44:81 MD013/line-length Line length [Expected: 80; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.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.
Expand Down

0 comments on commit 7f2dc80

Please sign in to comment.