From 1a685c23dffe14797a2928e99a15500e76928ac7 Mon Sep 17 00:00:00 2001 From: "ekin.tertemiz" Date: Mon, 5 Jan 2026 09:48:50 +0100 Subject: [PATCH] Add setup instructions. --- readme.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1086808 --- /dev/null +++ b/readme.md @@ -0,0 +1,35 @@ +# 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 + +1. Clone the repository to your local machine: + +```bash +git clone ssh://git@code.verua.online/VeruA/help.verua.ch.git +``` + +2. 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 +``` + +3. Run ddev +``` +ddev start +``` + +The application should be now available under http://os-ticket.ddev.site. +