Skip to content

Commit

Permalink
Merge pull request #15 from MattDevTec/main
Browse files Browse the repository at this point in the history
New Update for requirements
  • Loading branch information
JulianPrieber authored Oct 11, 2024
2 parents 76ed506 + 57c6dba commit dd3af18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: docs-deploy
on:
schedule:
- cron: "0 0 * * 1"
push:
branches:
- main
Expand Down
31 changes: 15 additions & 16 deletions docs/getting-started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,37 @@

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

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

## Webserver

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

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

## Required PHP modules:

- BCMath PHP Extension
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- iconv PHP Extension
- XML PHP Extension
- BCMath PHP Extension
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension

Depending on your database type:

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


*This documentation only applies to the webserver deploy. If you deploy LinkStack as Docker-container, please take a look at the docker specific docs.*
*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 comments on commit dd3af18

Please sign in to comment.