Hi There,
I already have a running instance of OTRS on CentOS. I would like to install a new version of it. How should I do it ? How do I tell the installation to use /opt/otrs2 instead of overwriting /opt/otrs ?
Reards,
Bermelian
Installing another instance of OTRS
Moderator: crythias
-
- Znuny newbie
- Posts: 18
- Joined: 08 Aug 2012, 05:50
- Znuny Version: 3.1.10
- Real Name: Nelson J. Manio
- Company: Novenix
Installing another instance of OTRS
OTRS 3.1.10
ITSM 3.1.6
CentOS 6.3 (Vmware)
ITSM 3.1.6
CentOS 6.3 (Vmware)
-
- Znuny newbie
- Posts: 25
- Joined: 10 Nov 2011, 19:02
- Znuny Version: 3.3.3
- Real Name: Leandro
- Company: Quatro Seniors
Re: Installing another instance of OTRS
I`m trying to do the samething here.
If i do that, i will post here.
I find something, but in version 2.2, but i dont try this yet.
If you want to test this.
Here is the link:
http://faq.otrs.org/otrs/public.pl?Acti ... ItemID=289
If i do that, i will post here.
I find something, but in version 2.2, but i dont try this yet.
If you want to test this.
Here is the link:
http://faq.otrs.org/otrs/public.pl?Acti ... ItemID=289
OTRS 3.3 + OTRS 3.2 + OTRS 3.1 + OTRS 3.0 + FreeBSD + MySQL
Re: Installing another instance of OTRS
Has been asked recently:
viewtopic.php?f=62&t=16750
Long story short; it's not easy or recommended, and using virtual machines will be far easier and more manageable than wrangling with multiple apache instances / configurations etc.
If you want to install a newer version for testing then a VM would be ideal for this, and would mean you don't have to risk messing with your current install.
viewtopic.php?f=62&t=16750
Long story short; it's not easy or recommended, and using virtual machines will be far easier and more manageable than wrangling with multiple apache instances / configurations etc.
If you want to install a newer version for testing then a VM would be ideal for this, and would mean you don't have to risk messing with your current install.
Backend: OTRS 3.0.11 RedHat Enterprise Linux 6.2, Apache, MySQL with replication
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
-
- Znuny newbie
- Posts: 25
- Joined: 10 Nov 2011, 19:02
- Znuny Version: 3.3.3
- Real Name: Leandro
- Company: Quatro Seniors
Re: Installing another instance of OTRS
I find this link to:
http://blog.otrs.org/2010/08/11/how-to- ... ngle-host/
I tink we need to do that too.
http://blog.otrs.org/2010/08/11/how-to- ... ngle-host/
I tink we need to do that too.
OTRS 3.3 + OTRS 3.2 + OTRS 3.1 + OTRS 3.0 + FreeBSD + MySQL
-
- Znuny newbie
- Posts: 18
- Joined: 08 Aug 2012, 05:50
- Znuny Version: 3.1.10
- Real Name: Nelson J. Manio
- Company: Novenix
Re: Installing another instance of OTRS
Thanks for the replies
OTRS 3.1.10
ITSM 3.1.6
CentOS 6.3 (Vmware)
ITSM 3.1.6
CentOS 6.3 (Vmware)
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Installing another instance of OTRS
For replacement and not simultaneous usage, it's not terribly hard to change your directory. I've done this.
edit your apache/conf.d/otrs.conf or appropriate httpd.conf
globally search/replace :%s/otrs/otrs3/ or at least
ScriptAlias /otrs3/ "/opt/otrs3/bin/cgi-bin/"
Alias /otrs3-web/ "/opt/otrs3/var/httpd/htdocs/"
and the Location entry.
in Config.pm, make these changes:
$Self->{Home} = '/opt/otrs3'; #This is the filesystem path for otrs
$Self->{'Frontend::WebPath'} = '/otrs3-web/'; #this should match the alias
edit your apache/conf.d/otrs.conf or appropriate httpd.conf
globally search/replace :%s/otrs/otrs3/ or at least
ScriptAlias /otrs3/ "/opt/otrs3/bin/cgi-bin/"
Alias /otrs3-web/ "/opt/otrs3/var/httpd/htdocs/"
and the Location entry.
in Config.pm, make these changes:
$Self->{Home} = '/opt/otrs3'; #This is the filesystem path for otrs
$Self->{'Frontend::WebPath'} = '/otrs3-web/'; #this should match the alias
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask