Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 authored Dec 7, 2024
1 parent b8d4da3 commit 4c52b19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- There's a few fancy additions to the headers with HTML -->
<!-- markdownlint-disable no-inline-html -->

Control Center is built using [Laravel 10][laravel] and supports PHP 8.1+.
Control Center is built using [Laravel 11][laravel] and supports PHP 8.1+.

## Install Control Center { data-toc-label="Install" }

Expand All @@ -20,7 +20,7 @@ Open up a terminal and pull the latest image with:
<!-- TODO: Add a common variable with the latest version? Make release-please update it? -->

```shell
docker pull ghcr.io/vatsim-scandinavia/control-center:v4
docker pull ghcr.io/vatsim-scandinavia/control-center:v6
```

If you're not familiar with Docker, don't worry. We'll walk you through the initial setup.
Expand All @@ -31,7 +31,7 @@ If you don't want to use Docker, you need:

- An environment that can host PHP websites, such as Apache, Nginx or similar.
- A MySQL compatible database to store data.
- Comply with [Laravel 10 Requirements][laravel-requirements].
- Comply with [Laravel 11 Requirements][laravel-requirements].

In addition, you must handle the following additional tasks:

Expand All @@ -44,4 +44,4 @@ In addition, you must handle the following additional tasks:
With either a container-based installation or the source code, you can now configure the [essential parts of the Control Center instance](configuration/index.md).

[laravel]: https://laravel.com
[laravel-requirements]: https://laravel.com/docs/10.x/deployment#server-requirements
[laravel-requirements]: https://laravel.com/docs/11.x/deployment#server-requirements

0 comments on commit 4c52b19

Please sign in to comment.