Skip to content

Commit dd3af18

Browse files
Merge pull request #15 from MattDevTec/main
New Update for requirements
2 parents 76ed506 + 57c6dba commit dd3af18

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: docs-deploy
22
on:
3-
schedule:
4-
- cron: "0 0 * * 1"
53
push:
64
branches:
75
- main

docs/getting-started/requirements.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,37 @@
22

33
**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)