You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/requirements.md
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,38 +2,37 @@
2
2
3
3
**LinkStack under optimal conditions is a simple drag and drop solution with no further configuration required.**
4
4
5
-
Here are all requirements listed, for you to check.
5
+
Listed below are all the reqiured modules for LinkStack to run.
6
6
7
7
## Webserver
8
8
9
9
- Apache web server/web host with ``.htaccess`` support
10
10
- Apache Module ``mod_rewrite``
11
-
- At least PHP 8.0 or above
11
+
- At least PHP 8.1 or above
12
12
- Read and write access to files in the root directory, as well as files in the directories ``storage`` and ``database``.
13
13
- Access over HTTPS/valid SSL certificate
14
14
15
15
*Other web server types are supported, please refer to [their documentation](./other-webservers.md)*.
16
16
17
17
## Required PHP modules:
18
18
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
32
31
33
32
Depending on your database type:
34
33
35
34
- SQLite PHP Extension (default, no configuration required)
36
35
- MySQL PHP Extension
37
36
38
37
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 Dockercontainer, please take a look at the docker specific documentation.*
0 commit comments