Skip to content

Commit 9e723e5

Browse files
author
Matt O
authored
Renew requirements
refresh the requirements
1 parent eed5bb6 commit 9e723e5

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

docs/getting-started/requirements.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,38 @@
11
# Requirements
22

3-
**LinkStack under optimal conditions is a simple drag and drop solution with no further configuration required**
3+
**LinkStack under optimal conditions is a simple drag and drop solution with no further configuration required.**
44

5-
Here are all requirements listed, for you to check.
5+
Listed below are all the reqiured modules for LinkStack to run.
66

77
## Webserver
88

99
- Apache web server/web host with ``.htaccess`` support
1010
- Apache Module ``mod_rewrite``
11-
- At least PHP 8.0 or above
11+
- At least PHP 8.1 or above
1212
- Read and write access to files in the root directory, as well as files in the directories ``storage`` and ``database``.
1313
- Access over HTTPS/valid SSL certificate
1414

1515
*Other web server types are supported, please refer to [their documentation](./other-webservers.md)*.
1616

1717
## Required PHP modules:
1818

19-
- BCMath PHP Extension
20-
- Ctype PHP Extension
21-
- cURL PHP Extension
22-
- DOM PHP Extension
23-
- Fileinfo PHP Extension
24-
- JSON PHP Extension
25-
- Mbstring PHP Extension
26-
- OpenSSL PHP Extension
27-
- PCRE PHP Extension
28-
- PDO PHP Extension
29-
- Tokenizer PHP Extension
30-
- iconv PHP Extension
31-
- XML PHP Extension
19+
- BCMath PHP Extension
20+
- Ctype PHP Extension
21+
- cURL PHP Extension
22+
- DOM PHP Extension
23+
- Fileinfo PHP Extension
24+
- JSON PHP Extension
25+
- Mbstring PHP Extension
26+
- OpenSSL PHP Extension
27+
- PCRE PHP Extension
28+
- PDO PHP Extension
29+
- Tokenizer PHP Extension
30+
- XML PHP Extension
3231

3332
Depending on your database type:
3433

3534
- SQLite PHP Extension (default, no configuration required)
3635
- MySQL PHP Extension
3736

3837

39-
*This documentation only applies to the webserver deploy. If you deploy LinkStack as Docker-container, please take a look at the docker specific docs.*
38+
*This documentation only applies to Linkstack instances deployed on a websever. If your instance is deployed as a Docker container, please take a look at the docker specific documentation.*

0 commit comments

Comments
 (0)