Wiki source code of OTRS

Last modified by Normann P. Nielsen on 2025/12/12 15:16

Show last authors
1 {{toc/}}
2
3 = Ressources =
4
5 [[http://www.otrs.com/en/company/events/recorded-webinars/]]
6
7 Install guide for Ubuntu: [[http://wiki.otterhub.org/index.php?title=Installation_on_Ubuntu_Lucid_Lynx_(10.4)>>http://wiki.otterhub.org/index.php?title=Installation_on_Ubuntu_Lucid_Lynx_%2810.4%29]]
8
9 = Install =
10
11 Installer en Appliance, f.eks fra turnkey.org
12
13 Husk at opsætte:
14
15 * NIC
16 * Hostname
17 * DNS
18 = Customisations =
19
20 === SysConfig ===
21 |= Setting|= |= Kommentar
22 | SysConfig -> Core::Web -> WebMaxFileUpload| | Forøgelse af upload size for filer for at få ITSM modul på
23 | SysConfig -> Framework -> Core::Sendmail| | Sætter SMTP for mail afsendelse
24 | SysConfig -> Framework -> Core| FQDN| URL For installationen (Base)
25 | | AdminEmail|
26 | | Organisation|
27 | | NotificationSenderName|
28 | | NotificationSenderEmail| Optional - bliver automatisk otrs@<FQDN>
29 | | SystemID|
30 | | |
31
32
33
34 === Sprog ===
35 Upload da.pm til /opt/otrs/Kernel/Languages
36
37 Indsæt i /opt/otrs/Kernel/Config.pm
38
39
40 {{code}}
41 $Self->{DefaultUsedLanguages}->{da} = 'Dansk';
42 {{/code}}
43
44
45
46 === LDAP ===
47 Indsættes i /opt/otrs/Kernel/Config.pm
48
49
50 {{code}}
51  
52 {{/code}}
53
54
55
56 = Pakker =
57
58 **iPhoneHandle** giver iPhone (Json) App Support
59
60
61
62 = Filer =
63
64 {{attachments /}}