Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] - Installing OTRS/Installation von OTRS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Thu Sep 21, 2006 11:56 am    Post subject: [HOWTO] - Installing OTRS/Installation von OTRS Reply with quote

Still work in progress/Noch in Arbeit

Last updated: 21st Sept. 2006 - 14:36GMT+2
zuletzt aktualisiert: 21. Sept. 2006 - 14:36GMT+2

Installation/Installation

As www-apps/otrs-2.04 isn't yet "stable", we first have to create the corresponding entry in /etc/portage/package.keywords, where ARCH has to be replaced by the used architecture (i.e: x86, amd64, ...):

Da www-apps/otrs-2.0.4 zum aktuellen Zeitpunkt noch nicht "stable" ist, muss zuerst ein entsprechender Eintrag in /etc/portage/package.keywords erstellt werden, wobei ARCH durch die entsprechende Architektur ersetzt werden muss (z.B.: x86, amd64, ...):

Code:

echo "=www-apps/otrs-2.0.4 ~ARCH" >> /etc/portage/package.keywords


A fixed version of OTRS is used intentionally for creating this entry, because it isn't guaranteed that the next release (2.0.5) will run as stable as the current (2.0.4) does.:

Beim Erzeugen des Eintrags wird absichtlich eine fixe Version von OTRS verwendet, da nicht gewährleistet werden kann, dass die nächste Version (2.0.5) genaus stabil ist wie die aktuelle (2.0.4).


Now emerge OTRS. It's recommended to enable the apache2 USE-flag.

Emerge jetzt OTRS. Es wird empfohlen die apache2 USE-flag zu aktivieren.

Code:

emerge =www-apps/otrs-2.0.4


Integration into Apache/Integration in Apache

When the emerge process has finished, create a copy of OTRS in Apache's directory using webapp-config
When it's planned to make OTRS directly at the target domain (i.e.: www.myotrstickets.com) available, it makes sense installing it into the root directory of the according host:

Code:

webapp-config --install -h myotrstickets.com -d / otrs 2.0.4


Wenn der emerge-Vorgang abgeschlossen ist, wird mit webapp-config eine Kopie von OTRS im Verzeichnis von Apache erstellt.
Will man unter der Zieldomain (z.B.: www.meineotrstickets.de) direkt OTRS erreichen, so macht es Sinn, OTRS direkt ins Wurzelverzeichnis des entsprechenden Hosts zu legen:

Code:

webapp-config --install -h meineotrstickets.de -d / otrs 2.0.4


When it's planned to make it available at a subdirectory (i.e.: www.myotrstickets.com/foobar), use the subdirectory at installation.

Code:

webapp-config --install -h myotrstickets.com -d /foobar otrs 2.0.4


Wenn es in einem Unterverzeichnis (z.B.: www.meineotrstickets.de/beispiel) bereitgestellt werden soll, muss dieses bei der Installation dementsprechend angegeben werden.

Code:

webapp-config --install -h myotrstickets.com -d /beispiel otrs 2.0.4
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum