General help with implementing Znuny

Moderator: crythias

Locked
alexborges
Znuny newbie
Posts: 2
Joined: 12 Jun 2024, 16:02
Znuny Version: 7.0.18
Real Name: Alex Borges
Company: IMCD Group

General help with implementing Znuny

Post by alexborges »

Hi guys, I have some questions about the software in version 7.0.18, namely:

1 - What operating systems are required for your installation?
2 - What are the physical resources needed to carry out the installation? (Hardware)
3 - Does the system run with some type of encryption, for user safety and what form of authentication would be?
4 - Would it be possible to use SQL lite for use?
5 - Can I use this software for company use?
skullz
Znuny superhero
Posts: 658
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: General help with implementing Znuny

Post by skullz »

Operating system

Code: Select all

Linux (Debian or Red Hat preferred)
Perl 5.16.0 or higher
Web server

Code: Select all

Apache 2 + mod_perl2 or higher (recommended)
Web server with CGI support (CGI is not recommended)
Databases

Code: Select all

MySQL 5.0 or higher
MariaDB
PostgreSQL 9.2 or higher
Oracle 10g or higher
Hardware (from 6.0.x version documentation)

Code: Select all

 OTRS does not have excessive hardware requirements. We recommend using a machine with at least a 3 GHz Xeon or comparable CPU, 8 GB RAM, and a 256 GB hard drive. 
License

Code: Select all

Free to Use
Under the GPL v3 license, the framework remains: free to use, free to rework, free to re-distribute, and free of charge.
REF: https://doc.znuny.org/znuny/about/index.html
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This

Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
alexborges
Znuny newbie
Posts: 2
Joined: 12 Jun 2024, 16:02
Znuny Version: 7.0.18
Real Name: Alex Borges
Company: IMCD Group

Re: General help with implementing Znuny

Post by alexborges »

Can I use SQLite on Znuny?
root
Administrator
Posts: 4249
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: General help with implementing Znuny

Post by root »

alexborges wrote: 13 Jun 2024, 19:37 Can I use SQLite on Znuny?
Hi,

No. It's not mentioned in the list of possible databases.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked