meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installation [2023/07/09 17:45] – johnny | installation [2024/08/29 22:46] (current) – Housekeeping - reword wrongecho | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Requirements ====== | ||
+ | * [[https:// | ||
+ | * Some packages: [[https:// | ||
+ | * Familiarity with the Linux shell | ||
+ | * A little patience and willingness to troubleshoot when things go wrong | ||
+ | |||
+ | |||
====== Choose your Installation Method ====== | ====== Choose your Installation Method ====== | ||
- | | + | |
- | * [[installation_docker|Installation via Docker Container]] | + | ITFlow is written in PHP and works best on Apache with MariaDB as the back-end database. We recommend running ITFlow on Debian using the installation script. |
- | * [[installation_apt|Manual Installation]] | + | |
+ | * **[[installation_script|Installation via Script]] -- Recommended method | ||
+ | * [[installation_apt|Manual Installation on Debian]] | ||
+ | * [[installation_hestiacp| HestiaCP Install]] | ||
+ | * [[installation_docker|Installation via Docker Container]] | ||
+ | |||
+ | // | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | ====== Post-installation essential housekeeping ====== | ||
+ | |||
+ | A few steps to ensure everything stays running smoothly: | ||
+ | |||
+ | * [[backups|Backups]]: Especially your master encryption key | ||
+ | * [[cron|Cron]]: | ||
+ | * [[email_config|Outbound Emails - Email SMTP Configuration]]: | ||
+ | * [[ticket_email_parse|Inbound Emails - Email to Ticket]]: To parse inbound emails & create/ | ||
+ | * [[config_php|Config.php]]: Check you don't need to add any specific variables (e.g. If you're behind a WAF, or not using HTTPS) | ||