Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Eibrink-Lunzenauer
Stud.IP
Commits
0cf4c501
Commit
0cf4c501
authored
2 years ago
by
Jan-Hendrik Willms
Browse files
Options
Downloads
Patches
Plain Diff
adjust minimum requirements, fixes
#2155
Closes
#2155
Merge request
!1391
parent
b71e3d13
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.md
+2
-2
2 additions, 2 deletions
INSTALL.md
config/studip-requirements.php
+2
-2
2 additions, 2 deletions
config/studip-requirements.php
with
4 additions
and
4 deletions
INSTALL.md
+
2
−
2
View file @
0cf4c501
...
@@ -2,7 +2,7 @@ Die Installation von Stud.IP ist halb so schlimm:
...
@@ -2,7 +2,7 @@ Die Installation von Stud.IP ist halb so schlimm:
es müssen lediglich ein paar Dateien kopiert werden und ein paar
es müssen lediglich ein paar Dateien kopiert werden und ein paar
Programme laufen ;-)
Programme laufen ;-)
Vorausgesetzt wird ein Webserver wie Apache2 oder nginx mit PHP-7.
0
Modulen und
Vorausgesetzt wird ein Webserver wie Apache2 oder nginx mit PHP-7.
2
Modulen und
eine MySQL 5.7.6 Datenbank.
eine MySQL 5.7.6 Datenbank.
Was genau zu tun ist, steht in
Was genau zu tun ist, steht in
...
@@ -16,4 +16,4 @@ können.
...
@@ -16,4 +16,4 @@ können.
Also reinsehen und ausprobieren... Viel Spass damit!
Also reinsehen und ausprobieren... Viel Spass damit!
You get in an try out. Have a lot of fun!
You get in an try out. Have a lot of fun!
The StudIP Core Group
<[info@studip.de](mailto:info@studip.de)>
2022
The StudIP Core Group
<[info@studip.de](mailto:info@studip.de)>
2022
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/studip-requirements.php
+
2
−
2
View file @
0cf4c501
<?php
<?php
return
[
return
[
'php'
=>
[
'php'
=>
[
'version'
=>
'7.
0
'
,
'version'
=>
'7.
2
'
,
'modules'
=>
[
'modules'
=>
[
'PDO'
=>
true
,
'PDO'
=>
true
,
'pdo_mysql'
=>
true
,
'pdo_mysql'
=>
true
,
...
@@ -62,7 +62,7 @@ return [
...
@@ -62,7 +62,7 @@ return [
],
],
],
],
'mysql'
=>
[
'mysql'
=>
[
'version'
=>
'5.
6.10
'
,
'version'
=>
'5.
7.6
'
,
'settings'
=>
[
'settings'
=>
[
'innodb_file_per_table'
=>
true
,
'innodb_file_per_table'
=>
true
,
'innodb_file_format'
=>
[
'innodb_file_format'
=>
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment