How to install multiple openerp version on ubuntu 10.04 LTS - installation

anyone know how to install multiple openerp version inside ubuntu 10.04 LTS ? i need to support 3 version of openerp which are 6.0.4, 6.1 & 7.0 is it possible to install all versions inside 1 OS ? and how do i manage so that i can easily switch version to run openERP ?

You can run different OpenERP servers on different ports.
For example:
6.0: --xmlrpc-port=9091 --netrpc-port=9090 --no-xmlrpcs
6.1: --xmlrpc-port=9094 --netrpc-port=9093
7.0: --xmlrpc-port=9096 --netrpc-port=9095

Related

Open Source Puppet Upgrade from 3.8.7 on Ubuntu OS

I am in the process of upgrading Open Source Puppet from Server version 3.8.7 (which is hosted on Ubuntu 14.04 ) to a New version of Puppet on Ubuntu 16.04.
i have listed all the existing modules in current version however deciding which Open Source version to be chosen for upgrade is not very clear from documentations.
Hence,request help on
how to choose Next version of puppet server on Ubuntu 16.04?
Can we upgrade straight from 3.x to 5.x or 6.x?
Anyone who has done this kind of upgrade, please share your learnings which can
support us to complete the safe upgrade.

Need to Install Specfic version (4.5) of Sonarqube in linux

I Specifcally need to install a version of 4.5.2 of SonarQube in Linux System.
I dont wnat the latest Version.
Try below link to install SQ 4.5.2, if that's your question.
http://downloads.sonarsource.com/sonarqube/sonarqube-4.5.2.zip

How to install jdk 6 and 8

I was told that i can have multiple versions of java on my centos server. I need java 8 for new version of red5 and I need 6 for xuggle can someone tell me how to install both? I'm using centos 6.6
Uhm I did research befor I asked! http://tecadmin.net/install-java-8-on-centos-rhel-and-fedora/ and https://superuser.com/questions/388840/install-sun-java-6-and-sun-java-7-side-by-side-on-linux-fedora-16-using-rpm, there is no updated info! Now will someone help?
You can install multiple versions of Java but you can only use one at a time.
Depending on your repositories you can install available version with yum install java-1.8.0-openjdk, or any other available version.
To list available versions do yum list available | grep -i jdk.
To verify active version do java -version.
To change the active Java version you can use alternatives --config java and then chose the pretended version.

Install HDP 2.2 on CentOS 7

As I can see HDP 2.2 needs Centos 6.5 as an operation system, probably because Ambari needs Centos 6.5. My question is if anyone has installed it on Centos 7. Is there any hard dependencies that will not allow me to complete the installation successfully?
Ambari 2.2+ can be installed successfully and works fine on CentOS 7. Then you can install HDP 2.0+.
As far as I'm aware there are no hard dependencies, per se. However Ambari itself looks at the operating system version, and if its CentOS 7, it'll stop the install.
In order to work around that you'd need to edit Ambari's source code.
Just consult the official Installation Guide for a relevant Ambari version
https://cwiki.apache.org/confluence/display/AMBARI/Install+Ambari+2.2.0+from+Public+Repositories
It's an up-to-date source of OS compatibility information.
Here you can see that Centos 7 is officially supported.

Install MonoDevelop on CentOS 5.5

i am trying to install MonoDevelop 2.4 in CentOS 5.5 using yum, but unable to install and configure to develop .Net Applications in Linux.
i have tried installing it in Fedora 13, Monodevelop installed successfully using yum, but not in CentOS 5.5.
Kindly please help me in figuring out how to install MonoDevelop in CentOS 5.5.
Looking for favorable replies.
Thanks
If there is no package for CentOS yet, you may build/install from source code directly.
http://monodevelop.com/Download
Dag Wieers repository has the monodevelop stuff.. I confirmed on one of my Centos boxes by typing the following at the command line:
yum search mono
If you need to install the DAG repo here is a link to the how-to:
http://dag.wieers.com/rpm/FAQ.php#B

Resources