Backup of former VeruA Ticketing system, that was hosted at help.verua.ch
| .ddev | ||
| api | ||
| help_FR | ||
| images | ||
| include | ||
| scp | ||
| styles | ||
| upload | ||
| .htaccess.c7mig.1477995576 | ||
| .htaccess.off | ||
| _index.php | ||
| attachment.php | ||
| captcha.php | ||
| client.inc.php | ||
| cronJob-Befehl.php | ||
| index.php | ||
| info.php | ||
| login.php | ||
| logout.php | ||
| main.inc.php | ||
| offline.php | ||
| open.php | ||
| readme.md | ||
| secure.inc.php | ||
| tickets.php | ||
| view.php | ||
help.verua.ch
Containerized backup of old ticketing system OSTicket. DDEV is being used to replicate the server environment:
- PHP 7.4
- MariaDB 5.5
Requirements
- DDEV installed on your machine. Check with
ddev --version - Backup of the OS Ticket database: sh30356_help_fr.sql
Setup
- Clone the repository to your local machine:
git clone ssh://git@code.verua.online/VeruA/help.verua.ch.git
- Import database
sh30356_help_fr.sql
Important: The database has to be copied / downloaded from a backup. It is not inside this repository.
cd help.verua.ch
ddev import-db --file=/path/to/sh30356_help_fr.sql
- Run ddev
ddev start
The application should be now available under http://os-ticket.ddev.site.