mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
24 lines
551 B
Markdown
24 lines
551 B
Markdown
# Voraussetzungen
|
|
## Apache Moduls:
|
|
* php-rewrite
|
|
## Packages
|
|
* php7
|
|
* php7-mysql
|
|
|
|
# Beispiel Apache Config
|
|
```apache
|
|
<VirtualHost *:80>
|
|
ServerAdmin webmaster@localhost
|
|
|
|
DocumentRoot /var/www/html/shopping-list
|
|
<Directory /var/www/html/shopping-list>
|
|
AllowOverride All
|
|
</Directory>
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|
|
```
|
|
# Installation
|
|
Um die Installation zu starten folgende Seite aufrufen:
|
|
[HOSTNAME]/install/install.php
|