ep3 Bookingsystem - appointment - Buchungssystem

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Antworten
AxelMD
Beiträge: 1382
Registriert: 15.03.2009 08:02:11

ep3 Bookingsystem - appointment - Buchungssystem

Beitrag von AxelMD » 05.11.2023 10:36:34

Auswahlthread viewtopic.php?t=188087


https://bs.hbsys.de/

https://bs.hbsys.de/documentation/de/

Bild

https://github.com/tkrebs/ep3-bs

Dr. aus AT https://www.homoeopathie-scheiblhofer.at/ mit WP Theeme Twenty Seventeen 3.1

Bild

TERMINBUCHUNG

https://www.homoeopathie-scheiblhofer.a ... g/termine/

Bild

Tennisverein Biberbach

https://plaetze.utc-biberbach.at/reservierung#new_tab


CSMB

https://www.csmb.at/ep3-buchungssystem.php


Hallo,

wie kann ich das System am besten in Wordpress intergrieren, welche Möglichkeiten gibt es?
Wie muss ich ep-3 absichern?

MfG
AxelMD
Zuletzt geändert von AxelMD am 06.11.2023 06:25:51, insgesamt 3-mal geändert.

AxelMD
Beiträge: 1382
Registriert: 15.03.2009 08:02:11

Re: ep-3 Bookingsystem - appointment - Buchungssystem

Beitrag von AxelMD » 05.11.2023 12:28:02

EINRICHTUNG

https://bs.hbsys.de/documentation/de/in ... inrichtung

Oder github

https://github.com/tkrebs/ep3-bs/blob/master/INSTALL.md

Code: Alles auswählen

Installation of the ep-3 Bookingsystem
Requirements

Make sure that your system meets the system requirements:

    Apache HTTP Server 2+
        With mod_rewrite
    PHP 8.1+
        With intl extension
    MySQL 5+
    (or equivalent MariaDB version)

Preparations

This section is only relevant if you have cloned the repository directly from GitHub!
If you have downloaded a pre-made package from our website, continue with the installation.

    Install dependencies via Composer
    (for the time being, we need to enforce it with composer install --ignore-platform-reqs)

Installation

    Setup the local configuration:
        Rename config/init.php.dist to init.php
        Optionally edit and customize the init.php values

        Rename config/autoload/local.php.dist to local.php
        Edit the local.php and insert your database credentials

        Rename public/.htaccess_original to .htaccess
        (if you experience webserver problems, try instead renaming public/.htacess_alternative to .htaccess)

    Enable UNIX write permission for
        data/cache/
        data/log/
        data/session/
        public/docs-client/upload/
        public/imgs-client/upload/

    Setup the database by calling the setup.php

    Delete the setup tool
        public/setup.php

    Delete any files in the following directory:
        data/cache/

    Optionally customize public files:
        css-client/default.css for custom CSS
        imgs-client/icons/fav.ico
        imgs-client/layout/logo.png (75x75)

AxelMD
Beiträge: 1382
Registriert: 15.03.2009 08:02:11

Re: ep-3 Bookingsystem - appointment - Buchungssystem

Beitrag von AxelMD » 05.11.2023 17:32:31

Was muss ich tun, wenn ich die Dateien per fpt auf einen Webspace geladen habe?

ep3-bs-1.8.1.zip entpackt:

https://pastebin.com/uvJGfAtT

Erster Erfolg auf shared Webspace:

Bild

Und nun?
Rename config/autoload/local.php.dist to local.php
Edit the local.php and insert your database credentials
um in

config/autoload/local.php

und passen Sie die darin enthaltenen Einstellungen nach Bedarf an. Mindestens müssen Sie die MySQL-Zugangsdaten eintragen.
Wo bekomme ich die Daten her?

https://bs.hbsys.de/documentation/de/in ... inrichtung
2. Datenbank einrichten

Als nächstes sollten Sie eine (leere) MySQL 5+ Datenbank auf dem Webserver erstellen.

Notieren Sie die Zugangsdaten für den nächsten Schritt.
Welchen Zeichensatz muss ich für die Erstellung der MySQL Datenbank wählen?

8.11.2023 Erster Test
Die erforderliche Registrierung, Passwort muss von Interessenten erstellt werden und die erforderliche Bestätigung der Emailadresse ist für potenzielle Neubucher unkomfortabel.


Antworten