Find a file
2018-10-26 13:45:03 +02:00
bin initial commit 2018-10-24 15:00:27 +02:00
config initial commit 2018-10-24 15:00:27 +02:00
cont added own font and some style changes 2018-10-26 12:30:27 +02:00
fonts added own font and some style changes 2018-10-26 12:30:27 +02:00
install initial commit 2018-10-24 15:00:27 +02:00
php added parsedown class 2018-10-24 18:19:48 +02:00
pic initial commit 2018-10-24 15:00:27 +02:00
style new styles, baby 2018-10-26 13:45:03 +02:00
.gitignore added gitignore 2018-10-26 11:15:46 +02:00
.htaccess fixed #12 2018-10-26 11:47:49 +02:00
AUTHORS initial commit 2018-10-24 15:00:27 +02:00
index.php initial commit 2018-10-24 15:00:27 +02:00
LICENSE initial commit 2018-10-24 15:00:27 +02:00
README.md initial commit 2018-10-24 15:00:27 +02:00
version.php initial commit 2018-10-24 15:00:27 +02:00

Voraussetzungen

Apache Moduls:

  • php-rewrite

Packages

  • php7
  • php7-mysql

Beispiel Apache Config

<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