Which method of tomcat installation is needed in linux - linux

Currently I need to deploy my enterprise App in Tomcat7 in linux machine. However I find two ways of tomcat installation:
Using apt-get install
Downloading the binaries
I confused, which method needs to be used for enterprise APP?
Please share your suggestions

Related

Install MongoDB without YUM on Linux RHEL 6.7

I have have a Linux machine that I am trying to install MongoDB on. Unfortunately for me my work limits external access from where this machine is located at. I have tried to follow MongoDb's documentation on how to install via setting up YUM repo, but due to my machine having limited external access I can't install the way the documentation suggest since I cant reach the following site.
this is where to point mongodb yum repo.
https://repo.mongodb.com/yum/redhat/$releasever/mongodb-enterprise/3.4/$basearch/
I wanted to know if anyone knows another way of possibly installing MongoDB? I have other machines that I could possibly use to download RPM's if they exist.
Also I should mention I am running the following OS
cat /etc/*release
Red Hat Enterprise Linux Workstation release 6.7 (Santiago)
Red Hat Enterprise Linux Workstation release 6.7 (Santiago)
I should have waited a little longer before posting this question but I basically found in the documentation on how to install via tar ball. The steps are found here: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/

Ubuntu unable to install .Net Core

I just installed Ubuntu 16.04 on virtual machine and trying to install .Net core.
I have followed following link for Installing .Net Core on Ubuntu
I tried to install package but it's failing.
Here is snapshot please check it once.
After installing Ubuntu 16.04 i found that .Net core is still not supported in 16.04 and maximum support is provide is up to 15.10.
Ubuntu - Installing .net core
Why there is no note on Installing .Net core in Ubuntu page about what version of Ubuntu should be used?
Is it correct that .Net Core is still not supported in Ubuntu 16.04? Is there any way to resolve this?
As far as I know, there is no package available for dotnet on Ubuntu 16.04. But you can build it yourself by cloning the dotnet/cli repository and then following this guide.
Doing that seems to work for me on Ubuntu 16.04.
Documentation has been updated.
And now Installing .NetCore on linux provides separate command that can be used to install .NetCore on Ubuntu 16.04.
Please check it once.

Install Jenkins on RedHat to specific location

I need to install Jenkins on RedHat Enterprise Linux Server 64 to a specific location /opt/user/buildserver. I am pretty sure that when I do it with yum as described in http://pkg.jenkins-ci.org/redhat/ it will be installed somewhere else. Has anybody had similar problem and sorted it out somehow?

Install openerp 7 on windows azure platform

I want to install openerp on windows azure platform.
Firstly, i think install a virtual machine on windows azure, after that, i think install ubuntu 12.04 LTS. And finally, i will install openerp 7.
Is It the best way to run openerp 7 on windows azure ? Which has already installed openerp 7 on microsoft windows azure platform?
How should I proceed?
Please, give me your feedback.
You should have use all in one installer
or you can also install it on virtual machine

Install Gnome without using yum on centos 4

I'm using CentOS 4.8 , i386.
I would appreciate if any one can help me to install Gnome (or any other GUI) while there is no yum available.
I tried to install yum but since It's a company's server with many things installed on it,
I faced with many problems.
However I decided to find a way to install Gnome without using yum
And please take note:
I'm a neophyte!
Did you try getting the source-code and building it manually?
You can get the code from
http://www.gnome.org/getting-gnome/
GNOME also provides a build tool to make the installation easier.
But, as it has already been pointed out - Servers are best managed over command line. It will give you more power and control over what you are doing.

Resources